public class OpPlus extends Operator
children, pos
Constructor and Description |
---|
OpPlus(int pos,
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 OpPlus(int pos, 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