|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--elan.GrammarElement
|
+--elan.expression.Expression
|
+--elan.expression.BinaryExpression
|
+--elan.expression.Modulo
| Field Summary |
| Fields inherited from class elan.expression.BinaryExpression |
myAction, myLeft, myRight |
| Fields inherited from class elan.GrammarElement |
ourMap |
| Constructor Summary | |
Modulo(Expression lhs,
Expression rhs)
|
|
| Method Summary | |
double |
value(Context c)
|
| Methods inherited from class elan.expression.BinaryExpression |
leftValue, rightValue, toString |
| Methods inherited from class elan.expression.Expression |
evaluate, getMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Modulo(Expression lhs,
Expression rhs)
| Method Detail |
public double value(Context c)
value in class Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||