scala.tools.selectivecps

SelectiveCPSTransform

abstract class SelectiveCPSTransform extends PluginComponent with InfoTransform with TypingTransformers with CPSUtils with TreeDSL

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

Linear Supertypes
TreeDSL, CPSUtils, TypingTransformers, InfoTransform, Transform, PluginComponent, SubComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SelectiveCPSTransform
  2. TreeDSL
  3. CPSUtils
  4. TypingTransformers
  5. InfoTransform
  6. Transform
  7. PluginComponent
  8. SubComponent
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectiveCPSTransform()

Type Members

  1. type CPSInfo = Option[(Type, Type)]

    Definition Classes
    CPSUtils
  2. class CPSTransformer extends TypingTransformer

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    TreeDSL
  2. abstract val runsAfter: List[String]

    Definition Classes
    SubComponent

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SelectiveCPSTransform, B)

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to ArrowAssoc[SelectiveCPSTransform] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. lazy val Context: ClassSymbol

    Definition Classes
    CPSUtils
  9. lazy val MarkerCPSAdaptMinus: ClassSymbol

    Definition Classes
    CPSUtils
  10. lazy val MarkerCPSAdaptPlus: ClassSymbol

    Definition Classes
    CPSUtils
  11. lazy val MarkerCPSSym: ClassSymbol

    Definition Classes
    CPSUtils
  12. lazy val MarkerCPSSynth: ClassSymbol

    Definition Classes
    CPSUtils
  13. lazy val MarkerCPSTypes: ClassSymbol

    Definition Classes
    CPSUtils
  14. lazy val MethReify: Symbol

    Definition Classes
    CPSUtils
  15. lazy val MethReifyR: Symbol

    Definition Classes
    CPSUtils
  16. lazy val MethShift: Symbol

    Definition Classes
    CPSUtils
  17. lazy val MethShiftR: Symbol

    Definition Classes
    CPSUtils
  18. lazy val MethShiftUnit: Symbol

    Definition Classes
    CPSUtils
  19. lazy val MethShiftUnit0: Symbol

    Definition Classes
    CPSUtils
  20. lazy val MethShiftUnitR: Symbol

    Definition Classes
    CPSUtils
  21. lazy val ModCPS: ModuleSymbol

    Definition Classes
    CPSUtils
  22. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  23. lazy val allCPSAnnotations: List[ClassSymbol]

    Definition Classes
    CPSUtils
  24. def annTypes(ann: AnnotationInfo): (Type, Type)

    Attributes
    protected
    Definition Classes
    CPSUtils
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  27. def changesBaseClasses: Boolean

    This class does not change linearization

    This class does not change linearization

    Definition Classes
    SelectiveCPSTransform → InfoTransform
  28. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. var cpsEnabled: Boolean

    Definition Classes
    CPSUtils
  30. object cpsNames extends AnyRef

  31. def cpsParamAnnotation(tpe: Type): List[AnnotationInfo]

    Definition Classes
    CPSUtils
  32. def cpsParamTypes(tpe: Type): Option[(Type, Type)]

    Attributes
    protected
    Definition Classes
    CPSUtils
  33. def ensuring(cond: (SelectiveCPSTransform) ⇒ Boolean, msg: ⇒ Any): SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (SelectiveCPSTransform) ⇒ Boolean): SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: ⇒ Any): SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  39. def filterAttribs(tpe: Type, cls: Symbol): List[AnnotationInfo]

    Definition Classes
    CPSUtils
  40. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  42. def getAnswerTypeAnn(tp: Type): Option[(Type, Type)]

    Definition Classes
    CPSUtils
  43. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  44. def getExternalAnswerTypeAnn(tp: Type): Option[(Type, Type)]

    Definition Classes
    CPSUtils
  45. def hasAnswerTypeAnn(tp: Type): Boolean

    Definition Classes
    CPSUtils
  46. def hasCpsParamTypes(tpe: Type): Boolean

    Attributes
    protected
    Definition Classes
    CPSUtils
  47. def hasMinusMarker(tpe: Type): Boolean

    Attributes
    protected
    Definition Classes
    CPSUtils
  48. def hasPlusMarker(tpe: Type): Boolean

    Attributes
    protected
    Definition Classes
    CPSUtils
  49. def hasSynthMarker(tpe: Type): Boolean

    Attributes
    protected
    Definition Classes
    CPSUtils
  50. def hashCode(): Int

    Definition Classes
    SubComponent → AnyRef → Any
  51. final val internal: Boolean(false)

    Definition Classes
    PluginComponent → SubComponent
  52. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  53. def keepsTypeParams: Boolean

    Attributes
    protected
    Definition Classes
    InfoTransform
  54. def linearize(a: CPSInfo, b: CPSInfo)(implicit unit: CompilationUnit, pos: Position): CPSInfo

    Definition Classes
    CPSUtils
  55. def linearize(ann: List[AnnotationInfo]): AnnotationInfo

    Definition Classes
    CPSUtils
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. def newCpsParamsMarker(tp1: Type, tp2: Type): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  58. def newMarker(sym: Symbol): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  59. def newMarker(tpe: Type): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  60. def newMinusMarker(): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  61. def newPhase(prev: Phase): StdPhase

    Definition Classes
    InfoTransform → Transform → SubComponent
  62. def newPlusMarker(): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  63. def newSynthMarker(): AnnotationInfo

    Attributes
    protected
    Definition Classes
    CPSUtils
  64. def newTransformer(unit: CompilationUnit): Transformer

    Attributes
    protected
    Definition Classes
    SelectiveCPSTransform → Transform
  65. final def notify(): Unit

    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  67. def ownPhase: Phase

    Definition Classes
    SubComponent
  68. val phaseName: String

    the following two members override abstract members in Transform

    the following two members override abstract members in Transform

    Definition Classes
    SelectiveCPSTransform → SubComponent
  69. def phaseNewFlags: Long

    Definition Classes
    SubComponent
  70. def phaseNextFlags: Long

    Definition Classes
    SubComponent
  71. def removeAllCPSAnnotations(tpe: Type): Type

    Definition Classes
    CPSUtils
  72. def removeAttribs(tpe: Type, classes: Symbol*): Type

    Definition Classes
    CPSUtils
  73. val runsBefore: List[String]

    Definition Classes
    SubComponent
  74. val runsRightAfter: Option[String]

    Definition Classes
    PluginComponent → SubComponent
  75. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  76. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  77. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  78. def toString(): String

    Definition Classes
    AnyRef → Any
  79. def transformCPSType(tp: Type): Type

  80. def transformInfo(sym: Symbol, tp: Type): Type

    - return symbol's transformed type,

    - return symbol's transformed type,

    Definition Classes
    SelectiveCPSTransform → InfoTransform
  81. def updateSynthFlag(tree: Tree): Tree

    Definition Classes
    CPSUtils
  82. val verbose: Boolean

    Definition Classes
    CPSUtils
  83. def vprintln(x: ⇒ Any): Unit

    Definition Classes
    CPSUtils
  84. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  85. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  86. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  87. def [B](y: B): (SelectiveCPSTransform, B)

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to ArrowAssoc[SelectiveCPSTransform] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to ArrowAssoc[SelectiveCPSTransform] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SelectiveCPSTransform

    Implicit information
    This member is added by an implicit conversion from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from TreeDSL

Inherited from CPSUtils

Inherited from TypingTransformers

Inherited from InfoTransform

Inherited from Transform

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from SelectiveCPSTransform to StringFormat

Inherited by implicit conversion any2stringadd from SelectiveCPSTransform to StringAdd

Inherited by implicit conversion any2ArrowAssoc from SelectiveCPSTransform to ArrowAssoc[SelectiveCPSTransform]

Inherited by implicit conversion any2Ensuring from SelectiveCPSTransform to Ensuring[SelectiveCPSTransform]