public class MethodClosure extends Closure
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | ALLOW_RESOLVE | 
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF| Constructor and Description | 
|---|
| MethodClosure(Object owner,
             String method) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | doCall(Object arguments) | 
| String | getMethod() | 
| Object | getProperty(String property)Retrieves a property value. | 
asWritable, call, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolinegetMetaClass, invokeMethod, setMetaClasspublic String getMethod()
public Object getProperty(String property)
GroovyObjectgetProperty in interface GroovyObjectgetProperty in class Closureproperty - the name of the property of interest