接口的使用
org.springframework.expression.spel.ast.ValueRef
使用ValueRef的程序包 程序包 说明 org.springframework.expression.spel.ast SpEL's abstract syntax tree.org.springframework.expression.spel.ast中ValueRef的使用
实现ValueRef的org.springframework.expression.spel.ast中的类 修饰符和类型 类 说明 static classValueRef.NullValueRefA ValueRef for the null value.static classValueRef.TypedValueHolderValueRefA ValueRef holder for a single value, which cannot be set.返回ValueRef的org.springframework.expression.spel.ast中的方法 修饰符和类型 方法 说明 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)