public class ArrayIndexExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
ArrayIndexExpression() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getReturnType()
Gets the return type of the expression.
|
ValueObject |
getValue()
Gets the value from the array.
|
accept, getLeftOperandExpression, getRightOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
getValue in interface ExpressiongetValue in class BinaryOperatorExpressionExpressionEngineException - if there is any problem during executionExpression.getValue()public Type getReturnType() throws ExpressionEngineException
ExpressiongetReturnType in interface ExpressiongetReturnType in class BinaryOperatorExpressionExpressionEngineException - If there is any problem during executionExpression.getReturnType()