| 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.lang |
Customized version of EL for Beans Binding; not for general use.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
Parses an expression into a
MethodExpression for later
evaluation. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpressionImpl
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes) |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes) |