Uses of Class
groovy.lang.ProxyMetaClass

Packages that use ProxyMetaClass
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. 
 

Uses of ProxyMetaClass in groovy.lang
 

Methods in groovy.lang that return ProxyMetaClass
static ProxyMetaClass ProxyMetaClass.getInstance(Class theClass)
          convenience factory method for the most usual case.
 

Uses of ProxyMetaClass in groovy.mock.interceptor
 

Subclasses of ProxyMetaClass in groovy.mock.interceptor
 class MockProxyMetaClass
          The ProxyMetaClass for the MockInterceptor.
 



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