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, setValue
public FunctionReference(String functionName, int pos, SpelNodeImpl... arguments)
public TypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal
in class SpelNodeImpl
EvaluationException
public String toStringAST()
toStringAST
in interface SpelNode
toStringAST
in class SpelNodeImpl
Copyright © 2015. All rights reserved.