public class OperatorBetween extends Operator
children, pos
Constructor and Description |
---|
OperatorBetween(int pos,
SpelNodeImpl... operands) |
Modifier and Type | Method and Description |
---|---|
BooleanTypedValue |
getValueInternal(ExpressionState state)
Returns a boolean based on whether a value is in the range expressed.
|
equalityCheck, getLeftOperand, getOperatorName, getRightOperand, toStringAST
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, getValueRef, isWritable, nextChildIs, setValue
public OperatorBetween(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