public static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements Comparable
bytecodeParameterTypes, EMPTY_TYPE_ARRAYmethodisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
| GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod,
                                    Class metaClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Object o)Sort by most specific to least specific. | 
| boolean | isCacheable()Returns whether this object is cacheable | 
getModifiers, invoke, isStaticgetBytecodeParameterTypes, getDeclaringClass, getOwnerClassgetCachedMethod, getName, getPT, getReturnType, toStringcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeExceptioncoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod, Class metaClass)
public boolean isCacheable()
MetaMethodisCacheable in class MetaMethodpublic int compareTo(Object o)
compareTo in interface Comparableo - the object to compare against