|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
groovy.lang.ExpandoMetaClass.StaticDefiningClosure
private class ExpandoMetaClass.StaticDefiningClosure
Field Summary |
---|
Fields inherited from class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty |
---|
isStatic, propertyName |
Constructor Summary | |
---|---|
protected |
ExpandoMetaClass.StaticDefiningClosure()
|
Method Summary | |
---|---|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object obj)
Invokes the given method. |
Methods inherited from class groovy.lang.ExpandoMetaClass.ExpandoMetaProperty |
---|
getProperty, getPropertyName, isStatic, leftShift, setProperty |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass, setMetaClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ExpandoMetaClass.StaticDefiningClosure()
Method Detail |
---|
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object obj)
GroovyObject
invokeMethod
in interface GroovyObject
invokeMethod
in class GroovyObjectSupport
name
- the name of the method to callobj
- the arguments to use for the method call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |