|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.ext.ibex.lr.MergeDetection
Constructor Summary | |
MergeDetection(GLR glr)
|
Method Summary | |
java.util.Collection |
mergeRulesForNonterminal(polyglot.ext.ibex.lr.GLRNonterminal n)
Return a collection of collections of right-hand-sides rhs associated with the nonterminal lhs
such that the rule lhs ::= rhs requires a merge
action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MergeDetection(GLR glr)
Method Detail |
public java.util.Collection mergeRulesForNonterminal(polyglot.ext.ibex.lr.GLRNonterminal n)
rhs
associated with the nonterminal lhs
such that the rule lhs ::= rhs
requires a merge
action. Each pair of rules in each collection should have a merge
action.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |