Object

scala.tools.selectivecps.CPSAnnotationChecker

checker

Related Doc: package CPSAnnotationChecker

Permalink

object checker extends nsc.Global.AnnotationChecker

Checks whether @cps annotations conform

Linear Supertypes
nsc.Global.AnnotationChecker, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. checker
  2. AnnotationChecker
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adaptBoundsToAnnotations(bounds: List[nsc.Global.TypeBounds], tparams: List[nsc.Global.Symbol], targs: List[nsc.Global.Type]): List[nsc.Global.TypeBounds]

    Permalink

    Refine the bounds on type parameters to the given type arguments.

    Refine the bounds on type parameters to the given type arguments.

    Definition Classes
    checker → AnnotationChecker
  5. def annotationsConform(tpe1: nsc.Global.Type, tpe2: nsc.Global.Type): Boolean

    Permalink

    Check annotations to decide whether tpe1 <:< tpe2

    Check annotations to decide whether tpe1 <:< tpe2

    Definition Classes
    checker → AnnotationChecker
  6. def annotationsGlb(tp: nsc.Global.Type, ts: List[nsc.Global.Type]): nsc.Global.Type

    Permalink
    Definition Classes
    AnnotationChecker
  7. def annotationsLub(tpe: nsc.Global.Type, ts: List[nsc.Global.Type]): nsc.Global.Type

    Permalink

    Refine the computed least upper bound of a list of types.

    Refine the computed least upper bound of a list of types. All this should do is add annotations.

    Definition Classes
    checker → AnnotationChecker
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def isActive(): Boolean

    Permalink
    Definition Classes
    AnnotationChecker
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def adaptAnnotations(tree: nsc.Global.Tree, mode: Mode, pt: nsc.Global.Type): nsc.Global.Tree

    Permalink
    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use adaptAnnotations

  2. def adaptTypeOfReturn(tree: nsc.Global.Tree, pt: nsc.Global.Type, default: ⇒ nsc.Global.Type): nsc.Global.Type

    Permalink
    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use pluginsTypedReturn. Note: the 'tree' argument here is the 'expr' of a Return tree; 'pluginsTypedReturn' takes the Return tree itself as argument

  3. def addAnnotations(tree: nsc.Global.Tree, tpe: nsc.Global.Type): nsc.Global.Type

    Permalink
    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use pluginsTyped

  4. def canAdaptAnnotations(tree: nsc.Global.Tree, mode: Mode, pt: nsc.Global.Type): Boolean

    Permalink
    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use canAdaptAnnotations