Package | Description |
---|---|
net.percederberg.grammatica.parser |
Modifier and Type | Method and Description |
---|---|
ProductionPatternElement |
ProductionPatternAlternative.getElement(int pos)
Returns an element in this alternative.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductionPatternAlternative.addElement(ProductionPatternElement elem)
Adds a production pattern element to this alternative.
|
void |
ProductionPatternAlternative.addElement(ProductionPatternElement elem,
int min,
int max)
Adds a production pattern element to this alternative.
|