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