|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
groovy.lang.MetaObjectProtocol groovy.lang.MetaClass groovy.lang.AdaptingMetaClass
public interface AdaptingMetaClass extends MetaClass
An interface for MetaClass instances that "adapt" other MetaClass instances such as a proxy or delegating MetaClass.
Method Summary | |
---|---|
MetaClass
|
getAdaptee()
Returns the MetaClass that this adapter adapts |
void
|
setAdaptee(MetaClass metaClass)
Sets the MetaClass adapted by this MetaClass |
Methods inherited from interface MetaClass | |
---|---|
getAttribute, getClassNode, getMetaMethods, getMethods, getProperties, getProperty, initialize, invokeMethod, invokeMissingMethod, invokeMissingProperty, pickMethod, selectConstructorAndTransformArguments, setAttribute, setProperty |
Methods inherited from interface MetaObjectProtocol | |
---|---|
getAttribute, getMetaMethod, getMetaProperty, getMethods, getProperties, getProperty, getStaticMetaMethod, getTheClass, hasProperty, invokeConstructor, invokeMethod, invokeMethod, invokeStaticMethod, respondsTo, respondsTo, setAttribute, setProperty |
Method Detail |
---|
public MetaClass getAdaptee()
public void setAdaptee(MetaClass metaClass)
metaClass
- The MetaClass to adapt
Copyright © 2003-2013 The Codehaus. All rights reserved.