Uses of Interface
groovy.lang.ClosureInvokingMethod

Packages that use ClosureInvokingMethod
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Uses of ClosureInvokingMethod in org.codehaus.groovy.runtime.metaclass
 

Classes in org.codehaus.groovy.runtime.metaclass that implement ClosureInvokingMethod
 class ClosureMetaMethod
          A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.
 class ClosureStaticMetaMethod
          This class represents a MetaMethod that is a closure that pretends to be a static method.
 



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