| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAccessBlock
Array access like
x[3] or x['foo'] |
class |
AssignmentBlock
Assignment operator
exp=rhs
TODO: tuple assignment |
class |
AttributeAccessBlock
Attribute access expression like
foo.@bar, which is an l-value. |
class |
CallSiteBlockSupport
Default implementation of
CallSiteBlock. |
class |
ExcrementOperatorBlock
"++x", "--x", "x++", or "x--" operator.
|
class |
FunctionCallBlock
lhs.name(arg,arg,...)
|
class |
MethodPointerBlock
Method pointer expression:
LHS&.methodName |
class |
PropertyAccessBlock
Property access expression like
foo.bar, which is an l-value. |
| Modifier and Type | Method and Description |
|---|---|
Invoker |
Invoker.contextualize(CallSiteBlock tags)
Returns a child
Invoker used to make a call on behalf of the given CallSiteBlock. |
Invoker |
DefaultInvoker.contextualize(CallSiteBlock tags) |
Invoker |
SandboxInvoker.contextualize(CallSiteBlock tags) |
Copyright © 2011–2019. All rights reserved.