Uses of Class
jakarta.el.ValueReference
-
Packages that use ValueReference Package Description com.sun.el com.sun.el.parser jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of ValueReference in com.sun.el
Methods in com.sun.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpressionImpl. getValueReference(ELContext context) -
Uses of ValueReference in com.sun.el.parser
Methods in com.sun.el.parser that return ValueReference Modifier and Type Method Description ValueReferenceAstIdentifier. getValueReference(EvaluationContext ctx)ValueReferenceAstValue. getValueReference(EvaluationContext ctx)ValueReferenceNode. getValueReference(EvaluationContext ctx)ValueReferenceSimpleNode. getValueReference(EvaluationContext ctx) -
Uses of ValueReference in jakarta.el
Methods in jakarta.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpression. getValueReference(ELContext context)Returns aValueReferencefor this expression instance.
-