Cloneable, Comparablepublic static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements Comparable
bytecodeParameterTypes, EMPTY_TYPE_ARRAYisVargsMethod, nativeParamTypes, parameterTypesmethod| Constructor | Description |
|---|---|
CategoryMethod(CachedMethod metaMethod,
Class metaClass) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(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, Class metaClass)
public boolean isCacheable()
MetaMethodisCacheable in class MetaMethodpublic int compareTo(Object o)
compareTo in interface Comparableo - the object to compare against