Uses of Class
jakarta.el.MethodInfo
Packages that use MethodInfo
-
Uses of MethodInfo in jakarta.el
Methods in jakarta.el that return MethodInfoModifier and TypeMethodDescriptionabstract MethodInfoMethodExpression.getMethodInfo(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodReference.getMethodInfo()Constructors in jakarta.el with parameters of type MethodInfoModifierConstructorDescriptionMethodReference(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters) -
Uses of MethodInfo in org.glassfish.expressly
Methods in org.glassfish.expressly that return MethodInfoModifier and TypeMethodDescriptionMethodExpressionImpl.getMethodInfo(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodExpressionLiteral.getMethodInfo(ELContext context) -
Uses of MethodInfo in org.glassfish.expressly.parser
Methods in org.glassfish.expressly.parser that return MethodInfoModifier and TypeMethodDescriptionAstIdentifier.getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) AstValue.getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) Node.getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) SimpleNode.getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes)