children, pos
Constructor and Description |
---|
OperatorInstanceof(int pos,
SpelNodeImpl... operands) |
Modifier and Type | Method and Description |
---|---|
BooleanTypedValue |
getValueInternal(ExpressionState state)
Compare the left operand to see it is an instance of the type specified as the
right operand.
|
equalityCheck, getLeftOperand, getOperatorName, getRightOperand, toStringAST
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, getValueRef, isWritable, nextChildIs, setValue
public OperatorInstanceof(int pos, SpelNodeImpl... operands)
public BooleanTypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal
in class SpelNodeImpl
state
- the expression stateEvaluationException
- if there is a problem evaluating the expression