| Package | Description |
|---|---|
| com.cloudbees.groovy.cps | |
| com.cloudbees.groovy.cps.impl |
Even though classes in this package is public, they should not be referenced from outside this library.
|
| com.cloudbees.groovy.cps.sandbox |
| Class and Description |
|---|
CpsClosure
Closure whose code is CPS-transformed. |
| SourceLocation
Represents a specific location of the source file.
|
| Class and Description |
|---|
| BreakBlock
"break" statement to exit a loop.
|
CallSiteBlock
Block that has CallSiteTags. |
| CallSiteBlockSupport
Default implementation of
CallSiteBlock. |
| CollectionLiteralBlock
Turns a list of
Block into a collection object. |
| ContinueBlock
"continue" statement to repeat a loop.
|
| CpsCallable
Common part of
CpsFunction and CpsClosureDef, which represents something that's invokable. |
| CpsCallableInvocation.MismatchHandler |
CpsClosure
Closure whose code is CPS-transformed. |
| CpsFunction
Represents a CPS-transformed function.
|
| ProxyEnv |
| SourceLocation
Represents a specific location of the source file.
|
| Class and Description |
|---|
CallSiteBlock
Block that has CallSiteTags. |
Copyright © 2011–2019. All rights reserved.