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