org.codehaus.groovy.runtime
Class MethodClosure
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.runtime.MethodClosure
class MethodClosure
extends Closure
Represents a method on an object using a closure which can be invoked
at any time
- author:
- James Strachan
- version:
- $Revision: 13053 $
Methods inherited from class Closure
|
asWritable, call, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException |
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
MethodClosure
public MethodClosure(Object owner, String method)
-
doCall
protected Object doCall(Object arguments)
-
getMethod
public String getMethod()
-
getProperty
public Object getProperty(String property)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.