| Package | Description |
|---|---|
| org.jdesktop.el |
Customized version of EL for Beans Binding; not for general use.
|
| org.jdesktop.el.impl |
Customized version of EL for Beans Binding; not for general use.
|
| org.jdesktop.el.impl.parser |
Customized version of EL for Beans Binding; not for general use.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
Evaluates the expression relative to the provided context, and
returns information about the actual referenced method.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
MethodInfo |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
|
MethodInfo |
AstValue.getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
|
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
|
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |