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