|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
groovyx.gpars.pa.CallClosure
public final class CallClosure
A call-forwarding closure
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
private groovy.lang.Closure |
target
|
| Fields inherited from class groovy.lang.Closure |
|---|
DELEGATE_FIRST, DELEGATE_ONLY, DONE, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF |
| Constructor Summary | |
|---|---|
CallClosure(groovy.lang.Closure target)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
call()
|
java.lang.Object |
call(java.lang.Object arguments)
|
java.lang.Object |
call(java.lang.Object[] args)
|
java.lang.Object |
clone()
|
| Methods inherited from class groovy.lang.Closure |
|---|
asWritable, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, ncurry, rcurry, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, invokeMethod, setMetaClass |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final groovy.lang.Closure target
private static final long serialVersionUID
| Constructor Detail |
|---|
public CallClosure(groovy.lang.Closure target)
| Method Detail |
|---|
public java.lang.Object call(java.lang.Object[] args)
call in class groovy.lang.Closurepublic java.lang.Object call()
call in class groovy.lang.Closurepublic java.lang.Object call(java.lang.Object arguments)
call in class groovy.lang.Closurepublic java.lang.Object clone()
clone in class groovy.lang.Closure
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||