public class Equal extends BinaryExpression
myLeft, myRight, mySymbol
gelementsToValue
Constructor and Description |
---|
Equal(ArithmeticBase lhs,
ArithmeticBase rhs) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Combine left/right subexpressions, return result using symbol as the
combiner/juxtaposer for the subexpressions.
|
double |
value(Context c) |
leftValue, rightValue
evaluate
public Equal(ArithmeticBase lhs, ArithmeticBase rhs)
public double value(Context c)
value
in class ArithmeticInstruction
public java.lang.String toString()
BinaryExpression
toString
in class BinaryExpression