groovy.lang
Class ExpandoMetaClass.StaticDefiningClosure

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.ExpandoMetaClass.ExpandoMetaProperty
          extended by groovy.lang.ExpandoMetaClass.StaticDefiningClosure
All Implemented Interfaces:
GroovyObject
Enclosing class:
ExpandoMetaClass

private class ExpandoMetaClass.StaticDefiningClosure
extends ExpandoMetaClass.ExpandoMetaProperty


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

ExpandoMetaClass.StaticDefiningClosure

protected ExpandoMetaClass.StaticDefiningClosure()
Method Detail

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object obj)
Description copied from interface: GroovyObject
Invokes the given method.

Specified by:
invokeMethod in interface GroovyObject
Overrides:
invokeMethod in class GroovyObjectSupport
Parameters:
name - the name of the method to call
obj - the arguments to use for the method call
Returns:
the result of invoking the method


Copyright © ${year} The Codehaus. All Rights Reserved.