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 Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
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
 

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

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

Uses of MetaClass in groovy.util
 

Methods in groovy.util that return MetaClass
 MetaClass Proxy.getMetaClass()
          Returns the MetaClass for the real object.
 MetaClass Proxy.getProxyMetaClass()
          Returns the MetaClass for the proxy object.
 

Methods in groovy.util with parameters of type MetaClass
 void Proxy.setMetaClass(MetaClass metaClass)
          Dynamically change the meta class to use for the real object.
 void Proxy.setProxyMetaClass(MetaClass metaClass)
          Dynamically change the meta class to use for the proxy object.
 

Uses of MetaClass in org.codehaus.groovy.runtime
 

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

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



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