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