org.codehaus.groovy.reflection.stdclasses
Class ObjectCachedClass

java.lang.Object
  extended by org.codehaus.groovy.reflection.CachedClass
      extended by org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass

public class ObjectCachedClass
extends CachedClass

Author:
Alex.Tkachman

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
EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
 
Constructor Summary
ObjectCachedClass()
           
 
Method Summary
 CachedClass getCachedSuperClass()
          This can't be final because ReflectionClass has an inner class that extends CachedClass for java.lang.Object (ReflectionClass.OBJECT_CLASS) that returns null for this method.
 boolean isAssignableFrom(java.lang.Class argument)
           
 
Methods inherited from class org.codehaus.groovy.reflection.CachedClass
box, coerceArgument, doCast, getConstructors, getFields, getInterfaces, getMetaClassForClass, getMethods, getModifiers, getName, getNewMetaMethods, getOwnInterfaces, getReflector, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isInterface, isPrimitive, isVoid, searchMethods, setMetaClassForClass, setNewMopMethods, setStaticMetaClassField, toString, unbox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectCachedClass

public ObjectCachedClass()
Method Detail

getCachedSuperClass

public CachedClass getCachedSuperClass()
Description copied from class: CachedClass
This can't be final because ReflectionClass has an inner class that extends CachedClass for java.lang.Object (ReflectionClass.OBJECT_CLASS) that returns null for this method.

Overrides:
getCachedSuperClass in class CachedClass

isAssignableFrom

public boolean isAssignableFrom(java.lang.Class argument)
Overrides:
isAssignableFrom in class CachedClass

Copyright © 2003-2008 The Codehaus. All rights reserved.