Uses of Class
groovy.lang.MetaClass

Packages that use MetaClass
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.util.slurpersupport   
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

Uses of MetaClass in groovy.lang
 

Subclasses of MetaClass in groovy.lang
 class DelegatingMetaClass
           
 class MetaClassImpl
          Allows methods to be dynamically added to existing classes at runtime
 class ProxyMetaClass
          As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.
 

Fields in groovy.lang declared as MetaClass
protected  MetaClass ProxyMetaClass.adaptee
           
 

Methods in groovy.lang that return MetaClass
 MetaClass GroovyObjectSupport.getMetaClass()
           
 MetaClass Sequence.getMetaClass()
           
 MetaClass MetaClassRegistry.getMetaClass(Class theClass)
           
 MetaClass GroovyObject.getMetaClass()
           
 

Methods in groovy.lang with parameters of type MetaClass
 void GroovyObjectSupport.setMetaClass(MetaClass metaClass)
           
 void Sequence.setMetaClass(MetaClass metaClass)
           
 void MetaClassRegistry.setMetaClass(Class theClass, MetaClass theMetaClass)
          Registers a new MetaClass in the registry to customize the type
 void GroovyObject.setMetaClass(MetaClass metaClass)
          Allows the MetaClass to be replaced with a derived implementation
 

Constructors in groovy.lang with parameters of type MetaClass
ProxyMetaClass(MetaClassRegistry registry, Class theClass, MetaClass adaptee)
           
DelegatingMetaClass(MetaClass delegate)
           
 

Uses of MetaClass in groovy.util.slurpersupport
 

Methods in groovy.util.slurpersupport with parameters of type MetaClass
 void GPathResult.setMetaClass(MetaClass metaClass)
           
 

Uses of MetaClass in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime that return MetaClass
 MetaClass IteratorClosureAdapter.getMetaClass()
           
static MetaClass ScriptBytecodeAdapter.getMetaClass(Object object)
           
static MetaClass InvokerHelper.getMetaClass(Object object)
           
 MetaClass Invoker.getMetaClass(Object object)
           
 

Methods in org.codehaus.groovy.runtime with parameters of type MetaClass
 void IteratorClosureAdapter.setMetaClass(MetaClass metaClass)
           
 



Copyright © 2003-2007 The Codehaus. All Rights Reserved.