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

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

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

Methods in org.apache.commons.jexl.util.introspection with parameters of type Info
 java.util.Iterator Uberspect.getIterator(java.lang.Object obj, Info info)
          To support iteratives - #foreach().
 java.util.Iterator UberspectImpl.getIterator(java.lang.Object obj, Info i)
          To support iteratives - #foreach().
 VelMethod Uberspect.getMethod(java.lang.Object obj, java.lang.String method, java.lang.Object[] args, Info info)
          Returns a general method, corresponding to $foo.bar( $woogie ).
 VelMethod UberspectImpl.getMethod(java.lang.Object obj, java.lang.String methodName, java.lang.Object[] args, Info i)
          Returns a general method, corresponding to $foo.bar( $woogie ).
 VelPropertyGet Uberspect.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info info)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).
 VelPropertyGet UberspectImpl.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info i)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).
 VelPropertySet Uberspect.getPropertySet(java.lang.Object obj, java.lang.String identifier, java.lang.Object arg, Info info)
          Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir").
 VelPropertySet UberspectImpl.getPropertySet(java.lang.Object obj, java.lang.String identifier, java.lang.Object arg, Info i)
          Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir").
 



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