|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
| Method Summary | |
MetaClass |
getMetaClass()
|
Object |
getProperty(String property)
|
Object |
invokeMethod(String name,
Object args)
Invokes the given method |
void |
setMetaClass(MetaClass metaClass)
Allows the MetaClass to be replaced with a derived implementation |
void |
setProperty(String property,
Object newValue)
Sets the given property to the new value |
| Method Detail |
public Object invokeMethod(String name,
Object args)
public Object getProperty(String property)
public void setProperty(String property,
Object newValue)
public MetaClass getMetaClass()
public void setMetaClass(MetaClass metaClass)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||