Package jtb.syntaxtree
Class VariableDeclaratorId
- Object
-
- VariableDeclaratorId
-
- All Implemented Interfaces:
Serializable
,Node
public class VariableDeclaratorId 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 VariableDeclaratorId(NodeToken n0, NodeListOptional n1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(GJNoArguVisitor<R> v)
<R,A>
Raccept(GJVisitor<R,A> v, A argu)
<A> void
accept(GJVoidVisitor<A> v, A argu)
void
accept(Visitor v)
Node
getParent()
void
setParent(Node n)
-
-
-
Field Detail
-
f1
public NodeListOptional f1
-
-
Constructor Detail
-
VariableDeclaratorId
public VariableDeclaratorId(NodeToken n0, NodeListOptional n1)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-