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