Package org.codehaus.groovy.runtime
Class GroovyCategorySupport.CategoryMethod
java.lang.Object
org.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
- All Implemented Interfaces:
- MetaMember,- Cloneable,- Comparable
- Enclosing class:
- GroovyCategorySupport
public static class GroovyCategorySupport.CategoryMethod
extends NewInstanceMetaMethod
implements Comparable
- 
Field SummaryFields inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethodbytecodeParameterTypes, EMPTY_TYPE_ARRAYFields inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethodmethodFields inherited from class groovy.lang.MetaMethodEMPTY_ARRAY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintSort by most specific to least specific.booleanReturns whether this object is cacheable.Methods inherited from class org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethodgetModifiers, invoke, isStaticMethods inherited from class org.codehaus.groovy.runtime.metaclass.NewMetaMethodgetBytecodeParameterTypes, getDeclaringClass, getOwnerClassMethods inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethodgetCachedMethod, getName, getPT, getReturnType, toStringMethods inherited from class groovy.lang.MetaMethodcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isDefault, isMethod, isSame, processDoMethodInvokeExceptionMethods inherited from class org.codehaus.groovy.reflection.ParameterTypescoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.MetaMemberisFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isSynthetic
- 
Constructor Details- 
CategoryMethod
 
- 
- 
Method Details- 
isCacheablepublic boolean isCacheable()Description copied from class:MetaMethodReturns whether this object is cacheable.- Overrides:
- isCacheablein class- MetaMethod
 
- 
compareToSort by most specific to least specific.- Specified by:
- compareToin interface- Comparable
- Parameters:
- that- the object to compare against
 
 
-