Package org.codehaus.groovy.reflection
Class ReflectionCache
java.lang.Object
org.codehaus.groovy.reflection.ReflectionCache
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class
autoboxType
(Class type) Deprecated.static CachedClass
getCachedClass
(Class klazz) static String
getMOPMethodName
(CachedClass declaringClass, String name, boolean useThis) Deprecated.static boolean
Deprecated.static boolean
isAssignableFrom
(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
-