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