public class GTEExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
GTEExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Performs the greater than equal operations.
|
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()