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

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

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

Classes in org.apache.commons.jexl.util.introspection that implement VelMethod
 class UberspectImpl.VelMethodImpl
          An implementation of VelMethod.
 

Fields in org.apache.commons.jexl.util.introspection declared as VelMethod
protected  VelMethod UberspectImpl.VelSetterImpl.vm
          the method to call.
 

Methods in org.apache.commons.jexl.util.introspection that return VelMethod
 VelMethod UberspectImpl.getMethod(Object obj, String methodName, Object[] args, Info i)
          Returns a general method, corresponding to $foo.bar( $woogie ).
 VelMethod Uberspect.getMethod(Object obj, String method, Object[] args, Info info)
          Returns a general method, corresponding to $foo.bar( $woogie ).
 

Constructors in org.apache.commons.jexl.util.introspection with parameters of type VelMethod
UberspectImpl.VelSetterImpl(VelMethod velmethod)
          Create an instance.
UberspectImpl.VelSetterImpl(VelMethod velmethod, String key)
          Create an instance.
 



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