public class NodeChoice extends Object implements Node
Constructor and Description |
---|
NodeChoice(Node node) |
NodeChoice(Node node,
int whichChoice) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(GJNoArguVisitor<R> v) |
<R,A> R |
accept(GJVisitor<R,A> v,
A argu) |
<A> void |
accept(GJVoidVisitor<A> v,
A argu) |
void |
accept(Visitor v) |
public Node choice
public int which
public NodeChoice(Node node)
public NodeChoice(Node node, int whichChoice)
public <R> R accept(GJNoArguVisitor<R> v)
public <A> void accept(GJVoidVisitor<A> v, A argu)
Copyright © 2012 Seam Framework. All Rights Reserved.