|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGrammarRule
AugmentedGrammarRule
An AugmentedGrammarRule is one whose constituents are AugmentedConstituents (ie., which have features associated with them).
Field Summary |
Fields inherited from class GrammarRule |
id, lhs, rhs |
Constructor Summary | |
AugmentedGrammarRule(Symbol id,
AugmentedConstituent lhs,
java.util.List rhs)
Creates a new AugmentedGrammarRule. |
Method Summary | |
AugmentedGrammarRule |
copyWithBindings(BindingSet bindings)
Returns a copy of this AugmentedGrammarRule with the given bindings applied. |
Methods inherited from class GrammarRule |
getId, getLhs, getRhs, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AugmentedGrammarRule(Symbol id, AugmentedConstituent lhs, java.util.List rhs)
Method Detail |
public AugmentedGrammarRule copyWithBindings(BindingSet bindings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |