public class FunctionReference extends SpelNodeImpl
Functions are very simplistic, the arguments are not part of the definition (right now), so the names must be unique.
children, pos| Constructor and Description |
|---|
FunctionReference(String functionName,
int pos,
SpelNodeImpl... arguments) |
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
getValueInternal(ExpressionState state) |
String |
toStringAST() |
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, getValueRef, isWritable, nextChildIs, setValuepublic FunctionReference(String functionName, int pos, SpelNodeImpl... arguments)
public TypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal in class SpelNodeImplEvaluationExceptionpublic String toStringAST()
toStringAST in interface SpelNodetoStringAST in class SpelNodeImplCopyright © 2015. All rights reserved.