Interface CallSiteBlock

All Superinterfaces:
Block, Serializable
All Known Implementing Classes:
ArrayAccessBlock, AssignmentBlock, AttributeAccessBlock, CallSiteBlockSupport, CastBlock, ExcrementOperatorBlock, FunctionCallBlock, MethodPointerBlock, PropertyAccessBlock

public interface CallSiteBlock extends Serializable, Block
Block that has CallSiteTags.
Author:
Kohsuke Kawaguchi
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.cloudbees.groovy.cps.Block

    Block.Noop
  • Field Summary

    Fields inherited from interface com.cloudbees.groovy.cps.Block

    NOOP
  • Method Summary

    Modifier and Type
    Method
    Description
    Tags associated with this call site.

    Methods inherited from interface com.cloudbees.groovy.cps.Block

    eval
  • Method Details