public abstract class GroovyObjectSupport extends Object implements GroovyObject
| Constructor and Description | 
|---|
GroovyObjectSupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
MetaClass | 
getMetaClass()
Returns the metaclass for a given class. 
 | 
void | 
setMetaClass(MetaClass metaClass)
Allows the MetaClass to be replaced with a derived implementation. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, invokeMethod, setPropertypublic MetaClass getMetaClass()
GroovyObjectgetMetaClass in interface GroovyObjectpublic void setMetaClass(MetaClass metaClass)
GroovyObjectsetMetaClass in interface GroovyObjectmetaClass - the new metaclass