public class MethodReference extends SpelNodeImpl
children, pos
Constructor and Description |
---|
MethodReference(boolean nullSafe,
String methodName,
int pos,
SpelNodeImpl... arguments) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
TypedValue |
getValueInternal(ExpressionState state) |
protected ValueRef |
getValueRef(ExpressionState state) |
String |
toStringAST() |
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue
public MethodReference(boolean nullSafe, String methodName, int pos, SpelNodeImpl... arguments)
public final String getName()
protected ValueRef getValueRef(ExpressionState state) throws EvaluationException
getValueRef
in class SpelNodeImpl
EvaluationException
public TypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal
in class SpelNodeImpl
EvaluationException
public String toStringAST()