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