Uses of Package
org.codehaus.groovy.runtime.metaclass

Packages that use org.codehaus.groovy.runtime.metaclass
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Classes in org.codehaus.groovy.runtime.metaclass used by groovy.lang
ClosureMetaMethod
          A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.
ClosureStaticMetaMethod
          This class represents a MetaMethod that is a closure that pretends to be a static method.
MetaMethodIndex
           
MetaMethodIndex.Entry
           
MetaMethodIndex.Header
           
 

Classes in org.codehaus.groovy.runtime.metaclass used by org.codehaus.groovy.runtime
NewInstanceMetaMethod
          A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class.
NewMetaMethod
          Base class for NewInstanceMetaMethod and NewStaticMetaMethod
ReflectionMetaMethod
           
 

Classes in org.codehaus.groovy.runtime.metaclass used by org.codehaus.groovy.runtime.metaclass
ClosureMetaClass.MethodChooser
           
ConcurrentReaderHashMap
          A version of Hashtable that supports mostly-concurrent reading, but exclusive writing.
ConcurrentReaderHashMap.BarrierLock
          A Serializable class for barrier lock
ConcurrentReaderHashMap.Entry
          ConcurrentReaderHashMap collision list entry.
ConcurrentReaderHashMap.HashIterator
           
MemoryAwareConcurrentReadMap
          This Map is astripped down version of ConcurrentReaderHashMap with small modifications here and there.
MemoryAwareConcurrentReadMap.BarrierLock
          A Serializable class for barrier lock
MemoryAwareConcurrentReadMap.Entry
          ConcurrentReaderHashMap collision list entry.
MemoryAwareConcurrentReadMap.Reference
          Reference class used to support get()
MemoryAwareConcurrentReadMap.SoftRef
          A SoftReference representing a key or value of the map.
MetaClassRegistryImpl.LocallyKnownClasses
           
MetaClassRegistryImpl.MyThreadLocal
           
MetaMethodIndex.CacheEntry
           
MetaMethodIndex.Entry
           
MetaMethodIndex.EntryIterator
           
MetaMethodIndex.Header
           
NewMetaMethod
          Base class for NewInstanceMetaMethod and NewStaticMetaMethod
ReflectionMetaMethod
           
ThreadManagedMetaBeanProperty.ThreadBoundGetter
          Accesses the ThreadBound state of the property as a getter
ThreadManagedMetaBeanProperty.ThreadBoundSetter
          Sets the ThreadBound state of the property like a setter
 



Copyright © ${year} The Codehaus. All Rights Reserved.