Uses of Class
org.apache.commons.jexl.util.introspection.Introspector

Packages that use Introspector
org.apache.commons.jexl.util   
 

Uses of Introspector in org.apache.commons.jexl.util
 

Fields in org.apache.commons.jexl.util declared as Introspector
protected  Introspector PropertyExecutor.introspector
          The JEXL introspector used.
 

Constructors in org.apache.commons.jexl.util with parameters of type Introspector
GetExecutor(Log r, Introspector ispect, Class c, String key)
          Default constructor.
PropertyExecutor(Log r, Introspector ispctr, Class clazz, String property)
          Constructor.
BooleanPropertyExecutor(Log rlog, Introspector is, Class clazz, String property)
          Constructor.
 



Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.