scala.tools.selectivecps

CPSUtils

trait CPSUtils extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CPSUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

Abstract Value Members

  1. abstract val cpsEnabled: Boolean

  2. abstract val global: Global

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. lazy val Context: nsc.Global.ClassSymbol

  7. lazy val MarkerCPSAdaptMinus: nsc.Global.ClassSymbol

  8. lazy val MarkerCPSAdaptPlus: nsc.Global.ClassSymbol

  9. lazy val MarkerCPSSym: nsc.Global.ClassSymbol

  10. lazy val MarkerCPSSynth: nsc.Global.ClassSymbol

  11. lazy val MarkerCPSTypes: nsc.Global.ClassSymbol

  12. lazy val MethReify: nsc.Global.Symbol

  13. lazy val MethReifyR: nsc.Global.Symbol

  14. lazy val MethShift: nsc.Global.Symbol

  15. lazy val MethShiftR: nsc.Global.Symbol

  16. lazy val MethShiftUnit: nsc.Global.Symbol

  17. lazy val MethShiftUnit0: nsc.Global.Symbol

  18. lazy val MethShiftUnitR: nsc.Global.Symbol

  19. lazy val ModCPS: nsc.Global.ModuleSymbol

  20. lazy val allCPSAnnotations: collection.immutable.List[nsc.Global.ClassSymbol]

  21. def annTypes(ann: nsc.Global.AnnotationInfo): (nsc.Global.Type, nsc.Global.Type)

    Attributes
    protected
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. object cpsNames

  25. def cpsParamAnnotation(tpe: nsc.Global.Type): collection.immutable.List[nsc.Global.AnnotationInfo]

  26. def cpsParamTypes(tpe: nsc.Global.Type): Option[(nsc.Global.Type, nsc.Global.Type)]

    Attributes
    protected
  27. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  29. def filterAttribs(tpe: nsc.Global.Type, cls: nsc.Global.Symbol): collection.immutable.List[nsc.Global.AnnotationInfo]

  30. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def getAnswerTypeAnn(tp: nsc.Global.Type): Option[(nsc.Global.Type, nsc.Global.Type)]

  32. final def getClass(): Class[_]

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

  34. def hasAnswerTypeAnn(tp: nsc.Global.Type): Boolean

  35. def hasCpsParamTypes(tpe: nsc.Global.Type): Boolean

    Attributes
    protected
  36. def hasMinusMarker(tpe: nsc.Global.Type): Boolean

    Attributes
    protected
  37. def hasPlusMarker(tpe: nsc.Global.Type): Boolean

    Attributes
    protected
  38. def hasSynthMarker(tpe: nsc.Global.Type): Boolean

    Attributes
    protected
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def linearize(a: CPSInfo, b: CPSInfo)(implicit unit: nsc.Global.CompilationUnit, pos: nsc.Global.Position): CPSInfo

  42. def linearize(ann: List[nsc.Global.AnnotationInfo]): nsc.Global.AnnotationInfo

  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. def newCpsParamsMarker(tp1: nsc.Global.Type, tp2: nsc.Global.Type): nsc.Global.AnnotationInfo

    Attributes
    protected
  45. def newMarker(sym: nsc.Global.Symbol): nsc.Global.AnnotationInfo

    Attributes
    protected
  46. def newMarker(tpe: nsc.Global.Type): nsc.Global.AnnotationInfo

    Attributes
    protected
  47. def newMinusMarker(): nsc.Global.AnnotationInfo

    Attributes
    protected
  48. def newPlusMarker(): nsc.Global.AnnotationInfo

    Attributes
    protected
  49. def newSynthMarker(): nsc.Global.AnnotationInfo

    Attributes
    protected
  50. final def notify(): Unit

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

    Definition Classes
    AnyRef
  52. def removeAllCPSAnnotations(tpe: nsc.Global.Type): nsc.Global.Type

  53. def removeAttribs(tpe: nsc.Global.Type, classes: nsc.Global.Symbol*): nsc.Global.Type

  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def updateSynthFlag(tree: nsc.Global.Tree): nsc.Global.Tree

  57. val verbose: Boolean

  58. def vprintln(x: ⇒ Any): Unit

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped