public static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements java.lang.Comparable
bytecodeParameterTypes, EMPTY_TYPE_ARRAYmethodisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description |
|---|
GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod,
java.lang.Class metaClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o)
Sort by most specific to least specific.
|
boolean |
isCacheable() |
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, java.lang.Class metaClass)
public boolean isCacheable()
isCacheable in class MetaMethodpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the object to compare against