Package org.codehaus.groovy.reflection
Class ReflectionCache
java.lang.Object
org.codehaus.groovy.reflection.ReflectionCache
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ClassautoboxType(Class type) Deprecated.static CachedClassgetCachedClass(Class klazz) static StringgetMOPMethodName(CachedClass declaringClass, String name, boolean useThis) Deprecated.static booleanDeprecated.static booleanisAssignableFrom(Class klazz, Class aClass) Deprecated. 
- 
Field Details
- 
OBJECT_CLASS
 - 
OBJECT_ARRAY_CLASS
 
 - 
 - 
Constructor Details
- 
ReflectionCache
public ReflectionCache() 
 - 
 - 
Method Details
- 
autoboxType
Deprecated. - 
getMOPMethodName
@Deprecated public static String getMOPMethodName(CachedClass declaringClass, String name, boolean useThis) Deprecated. - 
isArray
Deprecated. - 
isAssignableFrom
Deprecated. - 
getCachedClass
 
 -