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 | 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 | Description |
---|---|---|
class |
MethodExpressionImpl |
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
Modifier and Type | Method | Description |
---|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes) |
Modifier and Type | Method | Description |
---|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes) |