scala.tools.selectivecps

CPSUtils

trait CPSUtils extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CPSUtils
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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 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. def +(other: String): String

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

    Implicit information
    This member is added by an implicit conversion from CPSUtils to ArrowAssoc[CPSUtils] 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: nsc.Global.ClassSymbol

  9. lazy val MarkerCPSAdaptMinus: nsc.Global.ClassSymbol

  10. lazy val MarkerCPSAdaptPlus: nsc.Global.ClassSymbol

  11. lazy val MarkerCPSSym: nsc.Global.ClassSymbol

  12. lazy val MarkerCPSSynth: nsc.Global.ClassSymbol

  13. lazy val MarkerCPSTypes: nsc.Global.ClassSymbol

  14. lazy val MethReify: nsc.Global.Symbol

  15. lazy val MethReifyR: nsc.Global.Symbol

  16. lazy val MethShift: nsc.Global.Symbol

  17. lazy val MethShiftR: nsc.Global.Symbol

  18. lazy val MethShiftUnit: nsc.Global.Symbol

  19. lazy val MethShiftUnit0: nsc.Global.Symbol

  20. lazy val MethShiftUnitR: nsc.Global.Symbol

  21. lazy val ModCPS: nsc.Global.ModuleSymbol

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

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

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

    Definition Classes
    Any
  25. def clone(): AnyRef

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

  27. object cpsNames

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

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

    Attributes
    protected
  30. def ensuring(cond: (CPSUtils) ⇒ Boolean, msg: ⇒ Any): CPSUtils

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

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

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

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

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

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

  37. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def formatted(fmtstr: String): String

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

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

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

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

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

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

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

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

    Attributes
    protected
  47. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
  58. final def notify(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  63. def toString(): String

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

  65. val verbose: Boolean

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

  67. final def wait(): Unit

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from CPSUtils to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cPSUtils: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from CPSUtils to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cPSUtils: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: CPSUtils

    Implicit information
    This member is added by an implicit conversion from CPSUtils to ArrowAssoc[CPSUtils] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cPSUtils: ArrowAssoc[CPSUtils]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CPSUtils

    Implicit information
    This member is added by an implicit conversion from CPSUtils to Ensuring[CPSUtils] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cPSUtils: Ensuring[CPSUtils]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CPSUtils to StringAdd

Inherited by implicit conversion any2stringfmt from CPSUtils to StringFormat

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

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

Ungrouped