Package org.codehaus.groovy.reflection
Class CachedMethod
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.reflection.CachedMethod
- All Implemented Interfaces:
Cloneable
,Comparable
-
Field Summary
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canAccessLegally
(Class<?> callerClass) int
createPogoMetaMethodSite
(CallSite site, MetaClassImpl metaClass, Class[] params) createPojoMetaMethodSite
(CallSite site, MetaClassImpl metaClass, Class[] params) createStaticMetaMethodSite
(CallSite site, MetaClassImpl metaClass, Class[] params) boolean
static CachedMethod
<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) Gets the class where this method is declaredReturn a descriptor of this method based on the return type and parameters of this method.int
Returns the modifiers for this methodgetName()
Returns the name of the method represented by this classint
Class[]
getPT()
Access the return type for this methodReturns the signature of this methodint
hashCode()
final Object
Invoke this methodboolean
isStatic()
Returns whether this method is static.boolean
final Method
void
setTransformedMethod
(CachedMethod transformedMethod) toString()
Returns a string representation of this methodMethods inherited from class groovy.lang.MetaMethod
checkParameters, clone, doMethodInvoke, equal, equal, getMopName, isAbstract, isCacheable, isDefault, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeException
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
-
Field Details
-
EMPTY_ARRAY
-
cachedClass
-
-
Constructor Details
-
CachedMethod
-
CachedMethod
-
-
Method Details
-
find
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:MetaMethod
Returns a string representation of this method- Overrides:
toString
in classMetaMethod
-
canAccessLegally
-
getAnnotation
-
getCachedMethod
-
getDeclaringClass
Description copied from class:MetaMethod
Gets the class where this method is declared- Specified by:
getDeclaringClass
in classMetaMethod
- Returns:
- class of this method
-
getDescriptor
Description copied from class:MetaMethod
Return a descriptor of this method based on the return type and parameters of this method.- Overrides:
getDescriptor
in classMetaMethod
-
getModifiers
public int getModifiers()Description copied from class:MetaMethod
Returns the modifiers for this method- Specified by:
getModifiers
in classMetaMethod
- Returns:
- modifiers as an int.
-
getName
Description copied from class:MetaMethod
Returns the name of the method represented by this class- Specified by:
getName
in classMetaMethod
- Returns:
- name of this method
-
getParamsCount
public int getParamsCount() -
getParamTypes
-
getPT
- Overrides:
getPT
in classParameterTypes
-
getReturnType
Description copied from class:MetaMethod
Access the return type for this method- Specified by:
getReturnType
in classMetaMethod
- Returns:
- the return type of this method
-
getSignature
Description copied from class:MetaMethod
Returns the signature of this method- Overrides:
getSignature
in classMetaMethod
- Returns:
- The signature of this method
-
getTransformedMethod
-
setTransformedMethod
-
isStatic
public boolean isStatic()Description copied from class:MetaMethod
Returns whether this method is static.- Overrides:
isStatic
in classMetaMethod
- Returns:
- true if this method is static
-
isSynthetic
public boolean isSynthetic() -
createPogoMetaMethodSite
-
createPojoMetaMethodSite
-
createStaticMetaMethodSite
-
invoke
Description copied from class:MetaMethod
Invoke this method- Specified by:
invoke
in classMetaMethod
- Parameters:
object
- The object this method should be invoked onarguments
- The arguments for the method if applicable- Returns:
- The return value of the invocation
-
setAccessible
-