Uses of Interface
org.springframework.expression.spel.ast.ValueRef
Packages that use ValueRef Package Description org.springframework.expression.spel.ast SpEL's abstract syntax tree.Uses of ValueRef in org.springframework.expression.spel.ast
Classes in org.springframework.expression.spel.ast that implement ValueRef Modifier and Type Class Description static classValueRef.NullValueRefA ValueRef for the null value.static classValueRef.TypedValueHolderValueRefA ValueRef holder for a single value, which cannot be set.Methods in org.springframework.expression.spel.ast that return ValueRef Modifier and Type Method Description protected ValueRefCompoundExpression. getValueRef(ExpressionState state)protected ValueRefIndexer. getValueRef(ExpressionState state)protected ValueRefMethodReference. getValueRef(ExpressionState state)protected ValueRefProjection. getValueRef(ExpressionState state)ValueRefPropertyOrFieldReference. getValueRef(ExpressionState state)protected ValueRefSelection. getValueRef(ExpressionState state)protected ValueRefSpelNodeImpl. getValueRef(ExpressionState state)ValueRefVariableReference. getValueRef(ExpressionState state)