<T> T |
TypeConverter.convert(Object value,
Class<T> type) |
Convert the given input value to the specified target type.
|
<T> T |
TypeConverterImpl.convert(Object value,
Class<T> type) |
|
Object |
AstChoice.eval(Bindings bindings,
ELContext context) |
|
Object |
AstUnary.eval(Bindings bindings,
ELContext context) |
|
MethodInfo |
TreeMethodExpression.getMethodInfo(ELContext context) |
Evaluates the expression and answers information about the method
|
protected Object |
AstBracket.getProperty(Bindings bindings,
ELContext context) |
|
protected String |
AstDot.getProperty(Bindings bindings,
ELContext context) |
|
protected abstract Object |
AstProperty.getProperty(Bindings bindings,
ELContext context) |
|
Class<?> |
TreeValueExpression.getType(ELContext context) |
Evaluates the expression as an lvalue and answers the result type.
|
Object |
TreeValueExpression.getValue(ELContext context) |
Evaluates the expression as an rvalue and answers the result.
|
Object |
TreeMethodExpression.invoke(ELContext context,
Object[] paramValues) |
Evaluates the expression and invokes the method.
|
boolean |
AstProperty.isReadOnly(Bindings bindings,
ELContext context) |
|
boolean |
TreeValueExpression.isReadOnly(ELContext context) |
|
void |
AstProperty.setValue(Bindings bindings,
ELContext context,
Object value) |
|
void |
TreeValueExpression.setValue(ELContext context,
Object value) |
Evaluates the expression as an lvalue and assigns the given value.
|