jtb.cparser.syntaxtree
Class EnumeratorList
Object
EnumeratorList
- All Implemented Interfaces:
- Serializable, Node
public class EnumeratorList
- extends Object
- implements Node
Grammar production:
f0 -> Enumerator()
f1 -> ( "," Enumerator() )*
- See Also:
- Serialized Form
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f0
public Enumerator f0
f1
public NodeListOptional f1
EnumeratorList
public EnumeratorList(Enumerator n0,
NodeListOptional n1)
accept
public void accept(Visitor v)
- Specified by:
accept in interface Node