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(java.lang.Object owner,
             java.lang.String method) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.Object | doCall(java.lang.Object arguments) | 
| java.lang.String | getMethod() | 
| java.lang.Object | getProperty(java.lang.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 MethodClosure(java.lang.Object owner,
                     java.lang.String method)
public java.lang.String getMethod()
protected java.lang.Object doCall(java.lang.Object arguments)
public java.lang.Object getProperty(java.lang.String property)
GroovyObjectgetProperty in interface GroovyObjectgetProperty in class Closureproperty - the name of the property of interest