- All Known Implementing Classes:
ClosureMetaMethod
, ClosureStaticMetaMethod
public interface ClosureInvokingMethod
An interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass
- Since:
- 1.5
- See Also:
-
-
Method Summary
Returns the original closure that this method invokes
boolean
-
Method Details
-
getClosure
Returns the original closure that this method invokes
- Returns:
- The closure
-
isStatic
boolean isStatic()
Is it a static method?
- Returns:
- True if it is
-
getName
The method name
- Returns:
- The method name