public class SubtractExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
SubtractExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Performs the substraction.
|
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()