|
Groovy 2.2.0 | |||||||
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 |
String
|
getName()
The method name |
boolean
|
isStatic()
Is it a static method? |
Method Detail |
---|
public Closure getClosure()
public String getName()
public boolean isStatic()
Copyright © 2003-2013 The Codehaus. All rights reserved.