|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjelan.elan.GrammarElement
jelan.elan.expression.Expression
jelan.elan.expression.BinaryExpression
jelan.elan.expression.Subtraction
public class Subtraction
Constructor Summary | |
---|---|
Subtraction(Expression lhs,
Expression rhs)
|
Method Summary | |
---|---|
double |
value(Context c)
|
Methods inherited from class jelan.elan.expression.BinaryExpression |
---|
leftValue, rightValue, toString |
Methods inherited from class jelan.elan.expression.Expression |
---|
evaluate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Subtraction(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 |