Uses of Interface
org.apache.commons.jexl.util.introspection.Uberspect

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

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

Fields in org.apache.commons.jexl.util declared as Uberspect
private static Uberspect Introspector.uberSpect
          The uberspector from Velocity that handles all instrospection patterns.
 

Methods in org.apache.commons.jexl.util that return Uberspect
static Uberspect Introspector.getUberspect()
          For now, expose the raw uberspector to the AST.
 

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

Classes in org.apache.commons.jexl.util.introspection that implement Uberspect
 class UberspectImpl
          Implementation of Uberspect to provide the default introspective functionality of Velocity.