net.sf.csutils.groovy
Class AbstractGroovyObject

java.lang.Object
  extended by net.sf.csutils.groovy.AbstractGroovyObject
All Implemented Interfaces:
groovy.lang.GroovyObject

public abstract class AbstractGroovyObject
extends Object
implements groovy.lang.GroovyObject

Abstract base class for implementing groovy objects.


Constructor Summary
AbstractGroovyObject()
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 void setMetaClass(groovy.lang.MetaClass pMetaClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
 

Constructor Detail

AbstractGroovyObject

public AbstractGroovyObject()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass pMetaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject


Copyright © 2009-2010. All Rights Reserved.