Uses of Interface
groovy.lang.MetaObjectProtocol

Packages that use MetaObjectProtocol
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.mock.interceptor The groovy.mock.interceptor is an all-groovy mock testing library. 
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. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Uses of MetaObjectProtocol in groovy.lang
 

Subinterfaces of MetaObjectProtocol in groovy.lang
 interface AdaptingMetaClass
          An interface for MetaClass instances that "adapt" other MetaClass instances such as a proxy or delegating MetaClass.
 interface MetaClass
          A MetaClass within Groovy defines the behaviour of any given Groovy or Java class.
 interface MutableMetaClass
          An interface that defines methods that implementors of mutable Meta classes should specifiy.
 

Classes in groovy.lang that implement MetaObjectProtocol
 class DelegatingMetaClass
           
 class ExpandoMetaClass
          A MetaClass that implements GroovyObject and behaves like an Expando, allowing the addition of new methods on the fly.
 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.
 

Uses of MetaObjectProtocol in groovy.mock.interceptor
 

Classes in groovy.mock.interceptor that implement MetaObjectProtocol
 class MockProxyMetaClass
          The ProxyMetaClass for the MockInterceptor.
 

Uses of MetaObjectProtocol in groovy.util
 

Classes in groovy.util that implement MetaObjectProtocol
(package private)  class FactoryInterceptorMetaClass
           
 

Uses of MetaObjectProtocol in org.codehaus.groovy.runtime
 

Classes in org.codehaus.groovy.runtime that implement MetaObjectProtocol
 class HandleMetaClass
           
 

Uses of MetaObjectProtocol in org.codehaus.groovy.runtime.metaclass
 

Classes in org.codehaus.groovy.runtime.metaclass that implement MetaObjectProtocol
 class ClosureMetaClass
          A meta class for closures generated by the Groovy compiler.
 class MixedInMetaClass
           
 class OwnedMetaClass
           
 



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