Package | Description |
---|---|
org.zkoss.zel | |
org.zkoss.zel.impl | |
org.zkoss.zel.impl.parser |
Modifier and Type | Method and Description |
---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodExpressionLiteral.getMethodInfo(ELContext context) |
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
AstValue.getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
java.lang.Class<?>[] paramTypes) |
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
java.lang.Class<?>[] paramTypes) |
MethodInfo |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
java.lang.Class<?>[] paramTypes) |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.