Uses of Interface
com.cloudbees.groovy.cps.impl.CallSiteBlock
Packages that use CallSiteBlock
Package
Description
Even though classes in this package is public, they should not be referenced from outside this library.
-
Uses of CallSiteBlock in com.cloudbees.groovy.cps.impl
Classes in com.cloudbees.groovy.cps.impl that implement CallSiteBlockModifier and TypeClassDescriptionclassArray access likex[3]orx['foo']classAssignment operatorexp=rhsTODO: tuple assignmentclassAttribute access expression likefoo.@bar, which is an l-value.classDefault implementation ofCallSiteBlock.classclass"++x", "--x", "x++", or "x--" operator.classlhs.name(arg,arg,...)classMethod pointer expression:LHS&.methodNameclassProperty access expression likefoo.bar, which is an l-value. -
Uses of CallSiteBlock in com.cloudbees.groovy.cps.sandbox
Methods in com.cloudbees.groovy.cps.sandbox with parameters of type CallSiteBlockModifier and TypeMethodDescriptionDefaultInvoker.contextualize(CallSiteBlock tags) Invoker.contextualize(CallSiteBlock tags) Returns a childInvokerused to make a call on behalf of the givenCallSiteBlock.SandboxInvoker.contextualize(CallSiteBlock tags)