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

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

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
BooleanPropertyExecutor(org.apache.commons.logging.Log rlog, Introspector is, java.lang.Class clazz, java.lang.String property)
          Constructor.
GetExecutor(org.apache.commons.logging.Log r, Introspector ispect, java.lang.Class c, java.lang.String key)
          Default constructor.
PropertyExecutor(org.apache.commons.logging.Log r, Introspector ispctr, java.lang.Class clazz, java.lang.String property)
          Constructor.
 

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

Fields in org.apache.commons.jexl.util.introspection declared as Introspector
private static Introspector UberspectImpl.introspector
          the default Velocity introspector.