public interface ClosureInvokingMethod
An interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public Closure | getClosure()Returns the original closure that this method invokes | 
|  | public String | getName()The method name | 
|  | public boolean | isStatic()Is it a static method? |