| Class | Description |
|---|---|
| ExpressionFactoryImpl |
Expression factory implementation.
|
| ObjectValueExpression |
Object wrapper expression.
|
| TreeMethodExpression |
A method expression is ready to be evaluated (by calling either
TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)). |
| TreeValueExpression |
A value expression is ready to be evaluated (by calling either
TreeValueExpression.getType(ELContext), TreeValueExpression.getValue(ELContext), TreeValueExpression.isReadOnly(ELContext)
or TreeValueExpression.setValue(ELContext, Object). |
| Enum | Description |
|---|---|
| ExpressionFactoryImpl.Profile |
A profile provides a default set of language features that will define the builder's
behavior.
|
Copyright © 2021 Flowable. All rights reserved.