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 |
|---|---|
protected boolean |
equalityCheck(ExpressionState state,
java.lang.Object left,
java.lang.Object right) |
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, setValuepublic 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()
protected boolean equalityCheck(ExpressionState state, java.lang.Object left, java.lang.Object right)