|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
org.codehaus.groovy.runtime.metaclass.NewMetaMethod
org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod
org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
private static class GroovyCategorySupport.CategoryMethod
Field Summary | |
---|---|
private java.lang.Class |
metaClass
|
Fields inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethod |
---|
bytecodeParameterTypes, EMPTY_TYPE_ARRAY |
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod |
---|
method |
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
isVargsMethod, nativeParamTypes, parameterTypes |
Constructor Summary | |
---|---|
GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod,
java.lang.Class metaClass)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Sort by most specific to least specific. |
boolean |
isCacheable()
|
Methods inherited from class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod |
---|
getModifiers, invoke, isStatic |
Methods inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethod |
---|
getBytecodeParameterTypes, getDeclaringClass, getOwnerClass |
Methods inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod |
---|
getName, getPT, getReturnType, toString |
Methods inherited from class groovy.lang.MetaMethod |
---|
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeException |
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
coerceArgumentsToClasses, getNativeParameterTypes, getParameterTypes, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final java.lang.Class metaClass
Constructor Detail |
---|
public GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod, java.lang.Class metaClass)
Method Detail |
---|
public boolean isCacheable()
isCacheable
in class MetaMethod
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- the object to compare against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |