| 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
getType(ELContext), getValue(ELContext), isReadOnly(ELContext)
or setValue(ELContext, Object). |