Class ObjectCachedClass
java.lang.Object
org.codehaus.groovy.reflection.CachedClass
org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
public class ObjectCachedClass extends CachedClass
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.CachedClass
CachedClass.CachedMethodComparatorByName, CachedClass.CachedMethodComparatorWithString
-
Field Summary
Fields inherited from class org.codehaus.groovy.reflection.CachedClass
classInfo, EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
-
Constructor Summary
Constructors Constructor Description ObjectCachedClass(ClassInfo classInfo)
-
Method Summary
Modifier and Type Method Description CachedClass
getCachedSuperClass()
boolean
isAssignableFrom(java.lang.Class argument)
Methods inherited from class org.codehaus.groovy.reflection.CachedClass
addNewMopMethods, coerceArgument, getCachedClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ObjectCachedClass
-
-
Method Details
-
getCachedSuperClass
- Overrides:
getCachedSuperClass
in classCachedClass
-
isAssignableFrom
public boolean isAssignableFrom(java.lang.Class argument)- Overrides:
isAssignableFrom
in classCachedClass
-