|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
Object |
getAttribute(Object object, String attribute)
Obtain a list of all meta properties available on this meta class |
MetaMethod |
getMetaMethod(String name, def args)
Obtain a list of all meta properties available on this meta class |
MetaProperty |
getMetaProperty(String name)
Obtain a list of all meta properties available on this meta class |
List |
getMethods()
Obtain a list of all meta properties available on this meta class |
List |
getProperties()
Obtain a list of all meta properties available on this meta class |
Object |
getProperty(Object object, String property)
Obtain a list of all meta properties available on this meta class |
MetaMethod |
getStaticMetaMethod(String name, def args)
Obtain a list of all meta properties available on this meta class |
Class |
getTheClass()
Obtain a list of all meta properties available on this meta class |
MetaProperty |
hasProperty(Object obj, String name)
Obtain a list of all meta properties available on this meta class |
Object |
invokeConstructor(def arguments)
Obtain a list of all meta properties available on this meta class |
Object |
invokeMethod(Object object, String methodName, def arguments)
Obtain a list of all meta properties available on this meta class |
Object |
invokeMethod(Object object, String methodName, Object arguments)
Obtain a list of all meta properties available on this meta class |
Object |
invokeStaticMethod(Object object, String methodName, def arguments)
Obtain a list of all meta properties available on this meta class |
List |
respondsTo(Object obj, String name, def argTypes)
Obtain a list of all meta properties available on this meta class |
List |
respondsTo(Object obj, String name)
Obtain a list of all meta properties available on this meta class |
void |
setAttribute(Object object, String attribute, Object newValue)
Obtain a list of all meta properties available on this meta class |
void |
setProperty(Object object, String property, Object newValue)
Obtain a list of all meta properties available on this meta class |
Method Detail |
---|
public Object getAttribute(Object object, String attribute)
public MetaMethod getMetaMethod(String name, def args)
public MetaProperty getMetaProperty(String name)
public List getMethods()
public List getProperties()
public Object getProperty(Object object, String property)
public MetaMethod getStaticMetaMethod(String name, def args)
public Class getTheClass()
public MetaProperty hasProperty(Object obj, String name)
public Object invokeConstructor(def arguments)
public Object invokeMethod(Object object, String methodName, def arguments)
public Object invokeMethod(Object object, String methodName, Object arguments)
public Object invokeStaticMethod(Object object, String methodName, def arguments)
public List respondsTo(Object obj, String name, def argTypes)
public List respondsTo(Object obj, String name)
public void setAttribute(Object object, String attribute, Object newValue)
public void setProperty(Object object, String property, Object newValue)