public class COSARExprGE extends COSARExprRelationalNumOp
m_left, m_right
m_bIsConstant
Constructor and Description |
---|
COSARExprGE(COSARExpr left,
COSARExpr right) |
Modifier and Type | Method and Description |
---|---|
protected int |
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 int getComputedValue(double val1, double val2)
getComputedValue
in class COSARExprRelationalNumOp
protected final java.lang.String getOpString()
getOpString
in class COSARExprRelationalNumOp