Package | Description |
---|---|
net.percederberg.grammatica.parser |
Modifier and Type | Method and Description |
---|---|
protected Production |
Parser.newProduction(ProductionPattern pattern)
Factory method to create a new production node.
|
protected Production |
Analyzer.newProduction(ProductionPattern pattern)
Factory method to create a new production node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Analyzer.child(Production node,
Node child)
Called when adding a child to a parse tree node.
|