Uses of Class
jakarta.el.MethodInfo
-
Packages that use MethodInfo Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0org.glassfish.expressly org.glassfish.expressly.parser -
-
Uses of MethodInfo in jakarta.el
Methods in jakarta.el that return MethodInfo Modifier and Type Method Description abstract MethodInfoMethodExpression. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfoMethodReference. getMethodInfo()Constructors in jakarta.el with parameters of type MethodInfo Constructor Description MethodReference(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters) -
Uses of MethodInfo in org.glassfish.expressly
Methods in org.glassfish.expressly that return MethodInfo Modifier and Type Method Description MethodInfoMethodExpressionImpl. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfoMethodExpressionLiteral. getMethodInfo(ELContext context) -
Uses of MethodInfo in org.glassfish.expressly.parser
Methods in org.glassfish.expressly.parser that return MethodInfo Modifier and Type Method Description MethodInfoAstIdentifier. getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes)MethodInfoAstValue. getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes)MethodInfoNode. getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes)MethodInfoSimpleNode. getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes)
-