|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedMethod | |
---|---|
groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.reflection | Internal classes for assisting with reflection. |
org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. |
Uses of CachedMethod in groovy.lang |
---|
Methods in groovy.lang with parameters of type CachedMethod | |
---|---|
private int |
MetaClassImpl.findMatchingMethod(CachedMethod[] data,
int from,
int to,
MetaMethod method)
|
private MetaMethod |
MetaClassImpl.findMethod(CachedMethod aMethod)
|
private void |
MetaClassImpl.replaceWithMOPCalls(CachedMethod[] mopMethods)
|
Uses of CachedMethod in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen with parameters of type CachedMethod | |
---|---|
protected void |
ReflectorGenerator.invokeMethod(CachedMethod method,
org.objectweb.asm.MethodVisitor mv)
|
protected void |
ReflectorGenerator.loadParameters(CachedMethod method,
int argumentIndex,
org.objectweb.asm.MethodVisitor mv)
|
Uses of CachedMethod in org.codehaus.groovy.reflection |
---|
Fields in org.codehaus.groovy.reflection declared as CachedMethod | |
---|---|
private CachedMethod[] |
CachedClass.methods
|
CachedMethod[] |
CachedClass.mopMethods
|
Methods in org.codehaus.groovy.reflection that return CachedMethod | |
---|---|
static CachedMethod |
CachedMethod.find(java.lang.reflect.Method method)
|
CachedMethod[] |
CachedClass.getMethods()
|
CachedMethod |
CachedClass.searchMethods(java.lang.String name,
CachedClass[] parameterTypes)
|
Methods in org.codehaus.groovy.reflection with parameters of type CachedMethod | |
---|---|
private int |
CachedMethod.compareToCachedMethod(CachedMethod m)
|
Uses of CachedMethod in org.codehaus.groovy.runtime |
---|
Methods in org.codehaus.groovy.runtime with parameters of type CachedMethod | |
---|---|
java.lang.Object |
Reflector.invoke(CachedMethod method,
java.lang.Object object,
java.lang.Object[] arguments)
|
protected java.lang.Object |
Reflector.noSuchMethod(CachedMethod method,
java.lang.Object object,
java.lang.Object[] arguments)
|
Constructors in org.codehaus.groovy.runtime with parameters of type CachedMethod | |
---|---|
GroovyCategorySupport.CategoryMethod(CachedMethod metaMethod,
java.lang.Class metaClass)
|
Uses of CachedMethod in org.codehaus.groovy.runtime.metaclass |
---|
Fields in org.codehaus.groovy.runtime.metaclass declared as CachedMethod | |
---|---|
protected CachedMethod |
ReflectionMetaMethod.method
|
Constructors in org.codehaus.groovy.runtime.metaclass with parameters of type CachedMethod | |
---|---|
NewInstanceMetaMethod(CachedMethod method)
|
|
NewMetaMethod(CachedMethod method)
|
|
NewStaticMetaMethod(CachedMethod method)
|
|
ReflectionMetaMethod(CachedMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |