|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--elan.GrammarElement | +--elan.instruction.If
Field Summary | |
protected Expression |
myExpression
|
protected StrictInstructionList |
myList
|
Fields inherited from class elan.GrammarElement |
ourMap |
Constructor Summary | |
If(Expression e,
StrictInstructionList sil)
|
Method Summary | |
java.lang.Object |
evaluate(elan.Context c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Expression myExpression
protected StrictInstructionList myList
Constructor Detail |
public If(Expression e, StrictInstructionList sil)
Method Detail |
public java.lang.Object evaluate(elan.Context c)
evaluate
in class elan.GrammarElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |