public class ParanthesisExpression extends UnaryOperatorExpression
| Constructor and Description |
|---|
ParanthesisExpression() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getReturnType()
Retrusn the type of child expression
|
ValueObject |
getValue()
Returns value of child expression.
|
accept, getOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
ExpressionEngineException - if there is any problem during executionExpression.getValue()public Type getReturnType() throws ExpressionEngineException
getReturnType in interface ExpressiongetReturnType in class UnaryOperatorExpressionExpressionEngineException - If there is any problem during executionExpression.getReturnType()