net.sf.csutils.groovy
Class AbstractGroovyObject
java.lang.Object
  
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.
 
 
| 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 | 
 
AbstractGroovyObject
public AbstractGroovyObject()
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.