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