Package | Description |
---|---|
cz.cuni.mff.corrector.grammar |
Regular tree grammars.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Context.getBaseRule()
Returns the base production rule associated with the context.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Rule> |
Grammar.getProductionRules()
Returns the reference to the internal container with production rules.
|
Constructor and Description |
---|
Context(Rule baseRule,
Grammar grammarRef)
Creates a new instance of a grammar context for a given rule.
|