| Package | Description |
|---|---|
| org.flowable.common.engine.impl.de.odysseus.el | |
| org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast | |
| org.flowable.common.engine.impl.javax.el |
| 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)). |
| Modifier and Type | Method and Description |
|---|---|
protected MethodExpression |
AstIdentifier.getMethodExpression(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
| 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. |
Copyright © 2021 Flowable. All rights reserved.