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) . |
Enum | Description |
---|---|
ExpressionFactoryImpl.Profile |
A profile provides a default set of language features that will define the builder's
behavior.
|
Copyright © 2006–2014 Odysseus Software GmbH. All rights reserved.