ClosureMetaMethod
, ClosureStaticMetaMethod
public interface ClosureInvokingMethod
ExpandoMetaClass
Modifier and Type | Method | Description |
---|---|---|
Closure |
getClosure() |
Returns the original closure that this method invokes
|
java.lang.String |
getName() |
The method name
|
boolean |
isStatic() |
Is it a static method?
|
Closure getClosure()
boolean isStatic()
java.lang.String getName()