Package jtb.syntaxtree
Class NodeChoice
- Object
-
- NodeChoice
-
- All Implemented Interfaces:
Serializable
,Node
public class NodeChoice extends Object implements Node
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeChoice(Node node)
NodeChoice(Node node, int whichChoice)
-
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)
-
-
-
Constructor Detail
-
NodeChoice
public NodeChoice(Node node)
-
NodeChoice
public NodeChoice(Node node, int whichChoice)
-
-
Method Detail
-
accept
public <R> R accept(GJNoArguVisitor<R> v)
-
accept
public <A> void accept(GJVoidVisitor<A> v, A argu)
-
-