public abstract class Operator extends SpelNodeImpl
children, pos
Constructor and Description |
---|
Operator(java.lang.String payload,
int pos,
SpelNodeImpl... operands) |
Modifier and Type | Method and Description |
---|---|
SpelNodeImpl |
getLeftOperand() |
java.lang.String |
getOperatorName() |
SpelNodeImpl |
getRightOperand() |
java.lang.String |
toStringAST()
String format for all operators is the same '(' [operand] [operator] [operand] ')'
|
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, getValueInternal, getValueRef, isWritable, nextChildIs, setValue
public Operator(java.lang.String payload, int pos, SpelNodeImpl... operands)
public SpelNodeImpl getLeftOperand()
public SpelNodeImpl getRightOperand()
public final java.lang.String getOperatorName()
public java.lang.String toStringAST()
toStringAST
in interface SpelNode
toStringAST
in class SpelNodeImpl