Package org.apache.commons.ognl
Class ASTMethodUtil
java.lang.Object
org.apache.commons.ognl.ASTMethodUtil
$Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringgetParmString(OgnlContext context, Class parm, String parmString, Node child, Class valueClass, String endParam) (package private) static StringgetParmString(OgnlContext context, Object root, Node child, Class prevType) (package private) static ClassgetValueClass(OgnlContext context, Object root, Node child)
-
Constructor Details
-
ASTMethodUtil
private ASTMethodUtil()
-
-
Method Details
-
getParmString
static String getParmString(OgnlContext context, Object root, Node child, Class prevType) throws OgnlException - Throws:
OgnlException
-
getValueClass
- Throws:
OgnlException
-
getParmString
-