Package org.codehaus.groovy.reflection
Class ReflectionCache
java.lang.Object
org.codehaus.groovy.reflection.ReflectionCache
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ReflectionCachepublic ReflectionCache()
 
- 
- 
Method Details- 
autoboxType
- 
getMOPMethodName@Deprecated public static String getMOPMethodName(CachedClass declaringClass, String name, boolean useThis) Deprecated.
- 
isArray
- 
isAssignableFrom
- 
getCachedClass
 
-