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