Package org.javacc.parser
Class Choice
- java.lang.Object
-
- org.javacc.parser.Expansion
-
- org.javacc.parser.Choice
-
public class Choice extends Expansion
Describes expansions where one of many choices is taken (c1|c2|...).
-
-
Field Summary
-
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuffer
dump(int indent, java.util.Set<? super Expansion> alreadyDumped)
java.util.List<? super java.lang.Object>
getChoices()
void
setChoices(java.util.List<? super java.lang.Object> choices)
-
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, hashCode, reInit, toString
-
-