|
|||||||||
| 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.UnaryExpression
|
+--elan.expression.Minus
Represents -a, the negation of an expression
| Fields inherited from class elan.expression.UnaryExpression |
myExpression |
| Fields inherited from class elan.GrammarElement |
functionMap, ourMap |
| Constructor Summary | |
Minus(Expression e)
|
|
| Method Summary | |
java.lang.String |
toString(Context c)
|
double |
value(Context c)
|
| Methods inherited from class elan.expression.UnaryExpression |
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 Minus(Expression e)
| Method Detail |
public double value(Context c)
value in class UnaryExpressionpublic java.lang.String toString(Context c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||