public class COSARExprDivide extends COSARExprBinaryNumOp
m_left, m_rightm_bIsConstant| Constructor and Description |
|---|
COSARExprDivide(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, toStringisConstantprotected final double getComputedValue(double val1,
double val2)
getComputedValue in class COSARExprBinaryNumOpprotected final java.lang.String getOpString()
getOpString in class COSARExprBinaryNumOp