Package groovy.lang

Interface ClosureInvokingMethod

All Superinterfaces:
MetaMember
All Known Implementing Classes:
ClosureMetaMethod, ClosureStaticMetaMethod

public interface ClosureInvokingMethod extends MetaMember
An interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass
Since:
1.5
See Also:
  • Method Details

    • getClosure

      Closure getClosure()
      Returns the original closure that this method invokes
      Returns:
      The closure