public class ZeroOrMore extends Expansion
Modifier and Type | Field and Description |
---|---|
Expansion |
expansion
The expansion which is repeated zero or more times.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
Constructor and Description |
---|
ZeroOrMore() |
ZeroOrMore(Token token,
Expansion expansion) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
dump(int indent,
java.util.Set alreadyDumped) |
dumpPrefix, hashCode, reInit, toString
public Expansion expansion