children, pos
Constructor and Description |
---|
OpDec(int pos,
boolean postfix,
SpelNodeImpl... operands) |
Modifier and Type | Method and Description |
---|---|
SpelNodeImpl |
getRightOperand() |
TypedValue |
getValueInternal(ExpressionState state) |
String |
toStringAST()
String format for all operators is the same '(' [operand] [operator] [operand] ')'
|
getLeftOperand, getOperatorName
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, getValueRef, isWritable, nextChildIs, setValue
public OpDec(int pos, boolean postfix, SpelNodeImpl... operands)
public TypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal
in class SpelNodeImpl
EvaluationException
public String toStringAST()
Operator
toStringAST
in interface SpelNode
toStringAST
in class Operator
public SpelNodeImpl getRightOperand()
getRightOperand
in class Operator