Package jtb.cparser.syntaxtree
Class NodeChoice
- Object
-
- NodeChoice
-
- All Implemented Interfaces:
Serializable
,Node
public class NodeChoice extends Object implements Node
Represents a grammar choice, e.g. ( A | B )- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeChoice(Node node)
NodeChoice(Node node, int whichChoice)
-