public class MinusExpression extends UnaryOperatorExpression
| Constructor and Description |
|---|
MinusExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Returns the negative value.
|
accept, getOperandExpression, getReturnType, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
ExpressionEngineException - if there is any problem during executionExpression.getValue()