Package | Description |
---|---|
com.sun.el | |
com.sun.el.parser | |
jakarta.el |
Provides the API for Jakarta Expression Language 4.0
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced
method.
|
MethodInfo |
MethodExpressionLiteral.getMethodInfo(ELContext context) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
AstValue.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
Modifier and Type | Method and Description |
---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced
method.
|
Copyright © 2023. All rights reserved.