public class AntlrMethods extends Object implements Iterable<AntlrFunction>
Constructor and Description |
---|
AntlrMethods(boolean disabled,
IdentifierAst nameAst,
List<AntlrFunction> members) |
Modifier and Type | Method and Description |
---|---|
List<AntlrFunction> |
getMembers() |
String |
getName() |
IdentifierAst |
getNameAst() |
boolean |
isDisabled() |
Iterator<AntlrFunction> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public AntlrMethods(boolean disabled, IdentifierAst nameAst, List<AntlrFunction> members)
public boolean isDisabled()
public IdentifierAst getNameAst()
public String getName()
public List<AntlrFunction> getMembers()
public Iterator<AntlrFunction> iterator()
iterator
in interface Iterable<AntlrFunction>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.