- org.codehaus.groovy.reflection.CachedMethod
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class MetaMethod |
checkParameters, clone, doMethodInvoke, equal, equal, getDeclaringClass, getDescriptor, getModifiers, getMopName, getName, getReturnType, getSignature, invoke, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString |
class ParameterTypes |
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes |
-
-
Field Detail
-
public final org.codehaus.groovy.reflection.CachedClass cachedClass
-
Constructor Detail
-
public CachedMethod(org.codehaus.groovy.reflection.CachedClass clazz, Method method)
-
public CachedMethod(Method method)
-
Method Detail
-
public boolean canAccessLegally(Class<?> callerClass)
-
public int compareTo(Object o)
-
public CallSite createPogoMetaMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, Class[] params)
-
public CallSite createPojoMetaMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, Class[] params)
-
public CallSite createStaticMetaMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, Class[] params)
-
public boolean equals(Object o)
-
<T extends Annotation> public T getAnnotation(Class<T> annotationClass)
-
public Method getCachedMethod()
-
public org.codehaus.groovy.reflection.CachedClass getDeclaringClass()
-
public int getModifiers()
-
public int getParamsCount()
-
public Class getReturnType()
-
public boolean isStatic()
-
public boolean isSynthetic()
-
public final Method setAccessible()
-
public void setTransformedMethod(CachedMethod transformedMethod)
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.