trait CPSUtils extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CPSUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type CPSInfo = Option[(nsc.Global.Type, nsc.Global.Type)]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val Context: nsc.Global.ClassSymbol
- lazy val MarkerCPSAdaptMinus: nsc.Global.ClassSymbol
- lazy val MarkerCPSAdaptPlus: nsc.Global.ClassSymbol
- lazy val MarkerCPSSym: nsc.Global.ClassSymbol
- lazy val MarkerCPSSynth: nsc.Global.ClassSymbol
- lazy val MarkerCPSTypes: nsc.Global.ClassSymbol
- lazy val MethReify: nsc.Global.Symbol
- lazy val MethReifyR: nsc.Global.Symbol
- lazy val MethShift: nsc.Global.Symbol
- lazy val MethShiftR: nsc.Global.Symbol
- lazy val MethShiftUnit: nsc.Global.Symbol
- lazy val MethShiftUnit0: nsc.Global.Symbol
- lazy val MethShiftUnitR: nsc.Global.Symbol
- lazy val ModCPS: nsc.Global.ModuleSymbol
- lazy val allCPSAnnotations: collection.immutable.List[nsc.Global.ClassSymbol]
-
def
annTypes(ann: nsc.Global.AnnotationInfo): (nsc.Global.Type, nsc.Global.Type)
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def cpsParamAnnotation(tpe: nsc.Global.Type): collection.immutable.List[nsc.Global.AnnotationInfo]
-
def
cpsParamTypes(tpe: nsc.Global.Type): Option[(nsc.Global.Type, nsc.Global.Type)]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filterAttribs(tpe: nsc.Global.Type, cls: nsc.Global.Symbol): collection.immutable.List[nsc.Global.AnnotationInfo]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAnswerTypeAnn(tp: nsc.Global.Type): Option[(nsc.Global.Type, nsc.Global.Type)]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getExternalAnswerTypeAnn(tp: nsc.Global.Type): Option[(nsc.Global.Type, nsc.Global.Type)]
- def hasAnswerTypeAnn(tp: nsc.Global.Type): Boolean
-
def
hasCpsParamTypes(tpe: nsc.Global.Type): Boolean
- Attributes
- protected
-
def
hasMinusMarker(tpe: nsc.Global.Type): Boolean
- Attributes
- protected
-
def
hasPlusMarker(tpe: nsc.Global.Type): Boolean
- Attributes
- protected
-
def
hasSynthMarker(tpe: nsc.Global.Type): Boolean
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linearize(a: CPSInfo, b: CPSInfo)(implicit pos: nsc.Global.Position): CPSInfo
- def linearize(ann: List[nsc.Global.AnnotationInfo]): nsc.Global.AnnotationInfo
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newCpsParamsMarker(tp1: nsc.Global.Type, tp2: nsc.Global.Type): nsc.Global.AnnotationInfo
- Attributes
- protected
-
def
newMarker(sym: nsc.Global.Symbol): nsc.Global.AnnotationInfo
- Attributes
- protected
-
def
newMarker(tpe: nsc.Global.Type): nsc.Global.AnnotationInfo
- Attributes
- protected
-
def
newMinusMarker(): nsc.Global.AnnotationInfo
- Attributes
- protected
-
def
newPlusMarker(): nsc.Global.AnnotationInfo
- Attributes
- protected
-
def
newSynthMarker(): nsc.Global.AnnotationInfo
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def removeAllCPSAnnotations(tpe: nsc.Global.Type): nsc.Global.Type
- def removeAttribs(tpe: nsc.Global.Type, classes: nsc.Global.Symbol*): nsc.Global.Type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateSynthFlag(tree: nsc.Global.Tree): nsc.Global.Tree
- val verbose: Boolean
- def vprintln(x: ⇒ Any): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object cpsNames