|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.runtime.CurriedClosure
groovy.lang.Closure.WritableClosure
class Closure.WritableClosure extends CurriedClosure
Field Summary |
---|
Fields inherited from class Closure | |
---|---|
maximumNumberOfParameters, parameterTypes |
Constructor Summary | |
Closure.WritableClosure()
|
Method Summary | |
---|---|
Closure
|
asWritable()
|
Object
|
call()
|
Object
|
call(Object arguments)
|
Object
|
call(Object[] args)
|
Object
|
clone()
|
Closure
|
curry(Object[] arguments)
|
Object
|
doCall(Object[] args)
|
boolean
|
equals(Object arg0)
|
Object
|
getDelegate()
|
int
|
getMaximumNumberOfParameters()
|
Class[]
|
getParameterTypes()
|
Object
|
getProperty(String property)
|
int
|
getResolveStrategy()
|
int
|
hashCode()
|
Object
|
invokeMethod(String method, Object arguments)
|
void
|
run()
|
void
|
setDelegate(Object delegate)
|
void
|
setProperty(String property, Object newValue)
|
void
|
setResolveStrategy(int resolveStrategy)
|
String
|
toString()
|
Writer
|
writeTo(Writer out)
|
Methods inherited from class CurriedClosure | |
---|---|
clone, getDelegate, getParameterTypes, getResolveStrategy, getUncurriedArguments, setDelegate, setResolveStrategy |
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 GroovyObjectSupport | |
---|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public Closure.WritableClosure()
Method Detail |
---|
public Closure asWritable()
public Object call()
public Object call(Object arguments)
public Object call(Object[] args)
public Object clone()
public Closure curry(Object[] arguments)
public Object doCall(Object[] args)
public boolean equals(Object arg0)
public Object getDelegate()
public int getMaximumNumberOfParameters()
public Class[] getParameterTypes()
public Object getProperty(String property)
public int getResolveStrategy()
public int hashCode()
public Object invokeMethod(String method, Object arguments)
public void run()
public void setDelegate(Object delegate)
public void setProperty(String property, Object newValue)
public void setResolveStrategy(int resolveStrategy)
public String toString()
public Writer writeTo(Writer out)
Copyright © 2003-2009 The Codehaus. All rights reserved.