public class QualifiedIdentifier extends SpelNodeImpl
Example: "java.lang.String" as in the expression "new java.lang.String('hello')"
children, pos
Constructor and Description |
---|
QualifiedIdentifier(int pos,
SpelNodeImpl... operands) |
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 QualifiedIdentifier(int pos, SpelNodeImpl... operands)
public TypedValue getValueInternal(ExpressionState state) throws EvaluationException
getValueInternal
in class SpelNodeImpl
EvaluationException
public String toStringAST()
toStringAST
in interface SpelNode
toStringAST
in class SpelNodeImpl