|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ClosureInvokingMethod
An interface for MetaMethods that invoke closures to implements. Used by ExpandoMetaClass
Method Summary | |
---|---|
Closure
|
getClosure()
Returns the original closure that this method invokes |
java.lang.String
|
getName()
The method name |
boolean
|
isStatic()
Is it a static method? |
Method Detail |
---|
public Closure getClosure()
public java.lang.String getName()
public boolean isStatic()
Groovy Documentation