|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductionPattern | |
|---|---|
| net.percederberg.grammatica.parser | |
| Uses of ProductionPattern in net.percederberg.grammatica.parser |
|---|
| Methods in net.percederberg.grammatica.parser that return ProductionPattern | |
|---|---|
ProductionPattern |
Production.getPattern()
Returns the production pattern for this production. |
ProductionPattern |
ProductionPatternAlternative.getPattern()
Returns the production pattern containing this alternative. |
| Methods in net.percederberg.grammatica.parser with parameters of type ProductionPattern | |
|---|---|
void |
RecursiveDescentParser.addPattern(ProductionPattern pattern)
Adds a new production pattern to the parser. |
void |
Parser.addPattern(ProductionPattern pattern)
Adds a new production pattern to the parser. |
protected Production |
Analyzer.newProduction(ProductionPattern pattern)
Factory method to create a new production node. |
protected Production |
Parser.newProduction(ProductionPattern pattern)
Factory method to create a new production node. |
| Constructors in net.percederberg.grammatica.parser with parameters of type ProductionPattern | |
|---|---|
Production(ProductionPattern pattern)
Creates a new production node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||