Save This Page
Home » Groovy-1.7.0 » org.codehaus » groovy » reflection » [javadoc | source]
org.codehaus.groovy.reflection
public class: CachedMethod [javadoc | source]
java.lang.Object
   groovy.lang.MetaMethod
      org.codehaus.groovy.reflection.CachedMethod

All Implemented Interfaces:
    Comparable

Field Summary
public final  CachedClass cachedClass     
Constructor:
 public CachedMethod(Method method) 
 public CachedMethod(CachedClass clazz,
    Method method) 
Method from org.codehaus.groovy.reflection.CachedMethod Summary:
compareTo,   createPogoMetaMethodSite,   createPojoMetaMethodSite,   createStaticMetaMethodSite,   equals,   find,   getCachedMethod,   getDeclaringClass,   getDescriptor,   getModifiers,   getName,   getPT,   getParamTypes,   getParamsCount,   getReturnType,   getSignature,   hasPogoCallSiteConstructor,   hasPojoCallSiteConstructor,   hasStaticCallSiteConstructor,   hashCode,   invoke,   isStatic,   setAccessible,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.reflection.CachedMethod Detail:
 public int compareTo(Object o) 
 public CallSite createPogoMetaMethodSite(CallSite site,
    MetaClassImpl metaClass,
    Class[] params) 
 public CallSite createPojoMetaMethodSite(CallSite site,
    MetaClassImpl metaClass,
    Class[] params) 
 public CallSite createStaticMetaMethodSite(CallSite site,
    MetaClassImpl metaClass,
    Class[] params) 
 public boolean equals(Object o) 
 public static CachedMethod find(Method method) 
 public Method getCachedMethod() 
 public CachedClass getDeclaringClass() 
 public String getDescriptor() 
 public int getModifiers() 
 public String getName() 
 protected Class[] getPT() 
 public ParameterTypes getParamTypes() 
 public int getParamsCount() 
 public Class getReturnType() 
 public String getSignature() 
 public boolean hasPogoCallSiteConstructor() 
 public boolean hasPojoCallSiteConstructor() 
 public boolean hasStaticCallSiteConstructor() 
 public int hashCode() 
 public final Object invoke(Object object,
    Object[] arguments) 
 public boolean isStatic() 
 public final Method setAccessible() 
 public String toString()