| 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  
MethodExpression for later evaluation. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TreeMethodExpression
A method expression is ready to be evaluated (by calling either
  
TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)). | 
Copyright © 2017. All rights reserved.