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) static CachedClassgetCachedClass(Class klazz) static StringgetMOPMethodName(CachedClass declaringClass, String name, boolean useThis) Deprecated.static booleanstatic booleanisAssignableFrom(Class klazz, Class aClass)  
- 
Field Details
- 
OBJECT_CLASS
 - 
OBJECT_ARRAY_CLASS
 
 - 
 - 
Constructor Details
- 
ReflectionCache
public ReflectionCache() 
 - 
 - 
Method Details
- 
autoboxType
 - 
getMOPMethodName
@Deprecated public static String getMOPMethodName(CachedClass declaringClass, String name, boolean useThis) Deprecated. - 
isArray
 - 
isAssignableFrom
 - 
getCachedClass
 
 -