|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javacc.parser.Expansion
org.javacc.parser.Choice
public class Choice
Describes expansions where one of many choices is taken (c1|c2|...).
Field Summary | |
---|---|
java.util.Vector |
choices
The list of choices of this expansion unit. |
Fields inherited from class org.javacc.parser.Expansion |
---|
inMinimumSize, myGeneration, nextGenerationIndex, parent |
Constructor Summary | |
---|---|
Choice()
|
Method Summary |
---|
Methods inherited from class org.javacc.parser.Expansion |
---|
hashCode, reInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector choices
Constructor Detail |
---|
public Choice()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |