Package org.javacc.parser
Class Sequence
- java.lang.Object
-
- org.javacc.parser.Expansion
-
- org.javacc.parser.Sequence
-
public class Sequence extends Expansion
Describes expansions that are sequences of expansion units. (c1 c2 ...)
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<? super java.lang.Object>
units
The list of units in this expansion sequence.-
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)
-
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
-