Package org.codehaus.groovy.runtime
Class GroovyCategorySupport.CategoryMethod
- java.lang.Object
- 
- org.codehaus.groovy.reflection.ParameterTypes
- 
- groovy.lang.MetaMethod
- 
- org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
- 
- org.codehaus.groovy.runtime.metaclass.NewMetaMethod
- 
- org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
- 
- org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable,- java.lang.Comparable
 - Enclosing class:
- GroovyCategorySupport
 
 public static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements java.lang.Comparable 
- 
- 
Field Summary- 
Fields inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethodbytecodeParameterTypes, EMPTY_TYPE_ARRAY
 - 
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethodmethod
 - 
Fields inherited from class groovy.lang.MetaMethodEMPTY_ARRAY
 - 
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypesisVargsMethod, nativeParamTypes, parameterTypes
 
- 
 - 
Constructor SummaryConstructors Constructor Description CategoryMethod(CachedMethod metaMethod, java.lang.Class metaClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)Sort by most specific to least specific.booleanisCacheable()Returns whether this object is cacheable- 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethodgetModifiers, invoke, isStatic
 - 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethodgetBytecodeParameterTypes, getDeclaringClass, getOwnerClass
 - 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethodgetCachedMethod, getName, getPT, getReturnType, toString
 - 
Methods inherited from class groovy.lang.MetaMethodcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeException
 - 
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypescoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
 
- 
 
- 
- 
- 
Constructor Detail- 
CategoryMethodpublic CategoryMethod(CachedMethod metaMethod, java.lang.Class metaClass) 
 
- 
 - 
Method Detail- 
isCacheablepublic boolean isCacheable() Description copied from class:MetaMethodReturns whether this object is cacheable- Overrides:
- isCacheablein class- MetaMethod
 
 - 
compareTopublic int compareTo(java.lang.Object o) Sort by most specific to least specific.- Specified by:
- compareToin interface- java.lang.Comparable
- Parameters:
- o- the object to compare against
 
 
- 
 
-