|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rule
A parse rule interface that matches the RHS of a production and generates the LHS.
Method Summary | |
---|---|
Type |
getLHSType()
Return the LHS type of the rule. |
String[] |
getRHSNames()
Return the RHS names of the rule. |
Type[] |
getRHSTypes()
Return the RHS types of the rule. |
CompositeElement |
match(CompositeElement[] rhs,
Scene db)
Match the given scene elements and return a resulting element, or return null if there is no match. |
Method Detail |
---|
Type getLHSType()
Type[] getRHSTypes()
String[] getRHSNames()
CompositeElement match(CompositeElement[] rhs, Scene db)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |