public class Sequence extends Expansion
Modifier and Type | Field and Description |
---|---|
List<? super Object> |
units
The list of units in this expansion sequence.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
Constructor and Description |
---|
Sequence() |
Sequence(Token token,
Lookahead lookahead) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
dump(int indent,
Set<? super Expansion> alreadyDumped) |
dumpPrefix, getProductionName, hashCode, reInit, toString
public StringBuffer dump(int indent, Set<? super Expansion> alreadyDumped)
Copyright © 1996–2020 javacc.org. All rights reserved.