Package groovy.lang
Interface ClosureInvokingMethod
- 
- All Known Implementing Classes:
- ClosureMetaMethod,- ClosureStaticMetaMethod
 
 public interface ClosureInvokingMethodAn interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass- Since:
- 1.5
- See Also:
- ExpandoMetaClass
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ClosuregetClosure()Returns the original closure that this method invokesStringgetName()The method namebooleanisStatic()Is it a static method?
 
-