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