Interface ClosureInvokingMethod
- All Known Implementing Classes:
ClosureMetaMethod, ClosureStaticMetaMethod
public interface ClosureInvokingMethod
An interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass
- Since:
- 1.5
- Author:
- Graeme Rocher
- See Also:
-
Method Details
-
getClosure
-
isStatic
boolean isStatic()Is it a static method?- Returns:
- True if it is
-
getName
-