| Package | Description |
|---|---|
| com.caucho.config.el | |
| com.caucho.el | |
| javax.el |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
CandiExpr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes) |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context) |
MethodInfo |
PathExpr.getMethodInfo(ELContext env,
java.lang.Class<?> retType,
java.lang.Class<?>[] argTypes)
Returns the method info.
|
MethodInfo |
Expr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
MethodInfo |
ArrayResolverExpr.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
MethodInfo |
StringLiteral.getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |