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