Uses of Interface
org.springframework.expression.spel.ast.ValueRef
Packages that use ValueRef
-
Uses of ValueRef in org.springframework.expression.spel.ast
Classes in org.springframework.expression.spel.ast that implement ValueRefModifier and TypeClassDescriptionstatic class
A ValueRef for the null value.static class
A ValueRef holder for a single value, which cannot be set.Methods in org.springframework.expression.spel.ast that return ValueRefModifier and TypeMethodDescriptionprotected ValueRef
CompoundExpression.getValueRef
(ExpressionState state) protected ValueRef
Indexer.getValueRef
(ExpressionState state) protected ValueRef
MethodReference.getValueRef
(ExpressionState state) protected ValueRef
Projection.getValueRef
(ExpressionState state) PropertyOrFieldReference.getValueRef
(ExpressionState state) protected ValueRef
Selection.getValueRef
(ExpressionState state) protected ValueRef
SpelNodeImpl.getValueRef
(ExpressionState state) VariableReference.getValueRef
(ExpressionState state)