Package jtb.cparser.syntaxtree
Class EnumeratorList
- Object
-
- EnumeratorList
-
- All Implemented Interfaces:
Serializable
,Node
public class EnumeratorList extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Enumerator
f0
NodeListOptional
f1
-
Constructor Summary
Constructors Constructor Description EnumeratorList(Enumerator n0, NodeListOptional n1)
-
-
-
Field Detail
-
f0
public Enumerator f0
-
f1
public NodeListOptional f1
-
-
Constructor Detail
-
EnumeratorList
public EnumeratorList(Enumerator n0, NodeListOptional n1)
-
-