public class GTExpression extends LTEExpression
| Constructor and Description |
|---|
GTExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Returns the value of result of grater than operation
|
accept, getLeftOperandExpression, getReturnType, getRightOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
getValue in interface ExpressiongetValue in class LTEExpressionExpressionEngineException - if there is any problem during executionExpression.getValue()