Uses of Class
jakarta.el.MethodExpression
-
Packages that use MethodExpression Package Description com.sun.el com.sun.el.lang com.sun.el.parser jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of MethodExpression in com.sun.el
Subclasses of MethodExpression in com.sun.el Modifier and Type Class Description classMethodExpressionImplAnExpressionthat refers to a method on an object.classMethodExpressionLiteralMethods in com.sun.el that return MethodExpression Modifier and Type Method Description MethodExpressionExpressionFactoryImpl. createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes) -
Uses of MethodExpression in com.sun.el.lang
Methods in com.sun.el.lang that return MethodExpression Modifier and Type Method Description MethodExpressionExpressionBuilder. createMethodExpression(java.lang.Class expectedReturnType, java.lang.Class[] expectedParamTypes) -
Uses of MethodExpression in com.sun.el.parser
Methods in com.sun.el.parser that return MethodExpression Modifier and Type Method Description private MethodExpressionAstIdentifier. getMethodExpression(EvaluationContext ctx) -
Uses of MethodExpression in jakarta.el
Methods in jakarta.el that return MethodExpression Modifier and Type Method Description abstract MethodExpressionExpressionFactory. createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)Parses an expression into aMethodExpressionfor later evaluation.
-