public class CpsClosure
extends groovy.lang.Closure
Closure whose code is CPS-transformed.| Constructor and Description |
|---|
CpsClosure(Object owner,
Object thisObject,
List<String> parameters,
Block body,
Env capture) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
Object |
call(Object... args) |
Object |
call(Object arguments) |
Object |
doCall(Object... args)
ClosureWriter generates this function with actual argument types. |
asWritable, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolinepublic Object call()
Copyright © 2011–2019. All rights reserved.