java.lang.Comparablepublic static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements java.lang.Comparable
bytecodeParameterTypes, EMPTY_TYPE_ARRAYisVargsMethod, nativeParamTypes, parameterTypesmethod| Constructor | Description |
|---|---|
CategoryMethod(CachedMethod metaMethod,
java.lang.Class metaClass) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(java.lang.Object o) |
Sort by most specific to least specific.
|
boolean |
isCacheable() |
Returns whether this object is cacheable
|
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeExceptiongetModifiers, invoke, isStaticgetBytecodeParameterTypes, getDeclaringClass, getOwnerClassequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesgetCachedMethod, getName, getPT, getReturnType, toStringpublic CategoryMethod(CachedMethod metaMethod, java.lang.Class metaClass)
public boolean isCacheable()
MetaMethodisCacheable in class MetaMethodpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the object to compare against