public class NoopObjects extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
NoopObjects() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
Object |
invokeMethod(String name,
Object args) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectCopyright © 2004-2014. All Rights Reserved.