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
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
           
ClosureMetaMethod
          A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.
ConcurrentReaderHashMap.BarrierLock
          A Serializable class for barrier lock
ConcurrentReaderHashMap.Entry
          ConcurrentReaderHashMap collision list entry.
ConcurrentReaderHashMap.HashIterator
           
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.
MetaMethodIndex.CacheEntry
           
MetaMethodIndex.Entry
           
MetaMethodIndex.EntryIterator
           
MetaMethodIndex.Header
           
MissingMethodExceptionNoStack
           
NewMetaMethod
          Base class for NewInstanceMetaMethod and NewStaticMetaMethod
OwnedMetaClass
           
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.