On this page
[Java] Class ObjectCachedClass
- org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
public class ObjectCachedClass
extends CachedClass
Fields inherited from class | Fields |
---|---|
class CachedClass |
EMPTY_ARRAY, classInfo, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods |
Constructor Summary
Constructor and description |
---|
ObjectCachedClass(ClassInfo classInfo) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public CachedClass |
getCachedSuperClass() |
|
public boolean |
isAssignableFrom(Class argument) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class CachedClass |
addNewMopMethods, coerceArgument, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, initValue, initValue, initValue, initValue, initValue, initValue, initValue, initValue, isAssignableFrom, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString |
Constructor Detail
public ObjectCachedClass(ClassInfo classInfo)
Method Detail
@Override public CachedClass getCachedSuperClass()
@Override public boolean isAssignableFrom(Class argument)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/reflection/stdclasses/ObjectCachedClass.html