public class PropertyExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
PropertyExpression() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getReturnType()
Gets the return type of the expression.
|
ValueObject |
getValue()
Executes and returns the value of this expression.
|
void |
setValue(Object value)
Sets the value
|
accept, getLeftOperandExpression, getRightOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
ExpressiongetValue in interface ExpressiongetValue in class BinaryOperatorExpressionExpressionEngineException - if there is any problem during executionExpression.getValue()public void setValue(Object value) throws ExpressionEngineException
value - ExpressionEngineExceptionpublic Type getReturnType() throws ExpressionEngineException
ExpressiongetReturnType in interface ExpressiongetReturnType in class BinaryOperatorExpressionExpressionEngineException - If there is any problem during executionExpression.getReturnType()