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