| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract MethodExpression | ExpressionFactory. createMethodExpression(ELContext context,
                      String expression,
                      Class<?> expectedReturnType,
                      Class<?>[] expectedParamTypes)Parses an expression into a  MethodExpressionfor later evaluation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TreeMethodExpressionA method expression is ready to be evaluated (by calling either
  TreeMethodExpression.invoke(ELContext, Object[])orTreeMethodExpression.getMethodInfo(ELContext)). | 
Copyright © 2018. All rights reserved.