Package groovy.lang
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
- See Also:
ExpandoMetaClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Closure
getClosure()
Returns the original closure that this method invokesString
getName()
The method nameboolean
isStatic()
Is it a static method?
-