|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
boolean |
isStatic
|
String |
propertyName
|
Constructor Summary | |
ExpandoMetaProperty(String name)
|
|
ExpandoMetaProperty(String name, boolean isStatic)
|
Method Summary | |
---|---|
Method |
checkIfMethodExists(Class methodClass, String methodName, def paramTypes, boolean staticMethod)
|
Object |
getProperty(String property)
|
String |
getPropertyName()
|
LinkedList |
getSuperClasses()
Retrieves a list of super classes. |
Object |
invokeConstructor(def arguments)
|
boolean |
isStatic()
|
Object |
leftShift(Object arg)
|
void |
registerIfClosure(Object arg, boolean replace)
|
void |
setProperty(String property, Object newValue)
|
Constructor Detail |
---|
ExpandoMetaProperty(String name)
ExpandoMetaProperty(String name, boolean isStatic)
Method Detail |
---|
Method checkIfMethodExists(Class methodClass, String methodName, def paramTypes, boolean staticMethod)
public Object getProperty(String property)
public String getPropertyName()
LinkedList getSuperClasses()
public Object invokeConstructor(def arguments)
public boolean isStatic()
public Object leftShift(Object arg)
void registerIfClosure(Object arg, boolean replace)
public void setProperty(String property, Object newValue)