java.lang.Comparable
public static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements java.lang.Comparable
bytecodeParameterTypes, EMPTY_TYPE_ARRAY
isVargsMethod, nativeParamTypes, parameterTypes
method
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, processDoMethodInvokeException
getModifiers, invoke, isStatic
getBytecodeParameterTypes, getDeclaringClass, getOwnerClass
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
getCachedMethod, getName, getPT, getReturnType, toString
public CategoryMethod(CachedMethod metaMethod, java.lang.Class metaClass)
public boolean isCacheable()
MetaMethod
isCacheable
in class MetaMethod
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- the object to compare against