public class COSARExprPlus extends COSARExprBinaryNumOp
m_left, m_right
m_bIsConstant
Constructor and Description |
---|
COSARExprPlus(COSARExpr left,
COSARExpr right) |
Modifier and Type | Method and Description |
---|---|
protected double |
getComputedValue(double val1,
double val2)
This function does the actual computation.
|
protected java.lang.String |
getOpString()
This function returns a string representation of the operation.
|
eval, toString
isConstant
protected final double getComputedValue(double val1, double val2)
getComputedValue
in class COSARExprBinaryNumOp
protected final java.lang.String getOpString()
getOpString
in class COSARExprBinaryNumOp