Package

scala.tools

selectivecps

Permalink

package selectivecps

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CPSAnnotationChecker extends CPSUtils

    Permalink
  2. trait CPSUtils extends AnyRef

    Permalink
  3. abstract class SelectiveANFTransform extends PluginComponent with Transform with TypingTransformers with CPSUtils

    Permalink

    In methods marked @cps, explicitly name results of calls to other @cps methods

  4. class SelectiveCPSPlugin extends Plugin

    Permalink
  5. abstract class SelectiveCPSTransform extends PluginComponent with InfoTransform with TypingTransformers with CPSUtils with TreeDSL

    Permalink

    In methods marked @cps, CPS-transform assignments introduced by ANF-transform phase.