object checker extends nsc.Global.AnnotationChecker
Checks whether @cps annotations conform
- Alphabetic
- By Inheritance
- checker
- AnnotationChecker
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
adaptBoundsToAnnotations(bounds: List[nsc.Global.TypeBounds], tparams: List[nsc.Global.Symbol], targs: List[nsc.Global.Type]): List[nsc.Global.TypeBounds]
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
-
def
annotationsConform(tpe1: nsc.Global.Type, tpe2: nsc.Global.Type): Boolean
Check annotations to decide whether tpe1 <:< tpe2
Check annotations to decide whether tpe1 <:< tpe2
- Definition Classes
- checker → AnnotationChecker
-
def
annotationsGlb(tp: nsc.Global.Type, ts: List[nsc.Global.Type]): nsc.Global.Type
- Definition Classes
- AnnotationChecker
-
def
annotationsLub(tpe: nsc.Global.Type, ts: List[nsc.Global.Type]): nsc.Global.Type
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
isActive(): Boolean
- Definition Classes
- AnnotationChecker
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
Deprecated Value Members
-
def
adaptAnnotations(tree: nsc.Global.Tree, mode: Mode, pt: nsc.Global.Type): nsc.Global.Tree
- Definition Classes
- AnnotationChecker
- Annotations
- @deprecated
- Deprecated
(Since version 2.10.1) create an AnalyzerPlugin and use adaptAnnotations
-
def
adaptTypeOfReturn(tree: nsc.Global.Tree, pt: nsc.Global.Type, default: ⇒ nsc.Global.Type): nsc.Global.Type
- 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
-
def
addAnnotations(tree: nsc.Global.Tree, tpe: nsc.Global.Type): nsc.Global.Type
- Definition Classes
- AnnotationChecker
- Annotations
- @deprecated
- Deprecated
(Since version 2.10.1) create an AnalyzerPlugin and use pluginsTyped
-
def
canAdaptAnnotations(tree: nsc.Global.Tree, mode: Mode, pt: nsc.Global.Type): Boolean
- Definition Classes
- AnnotationChecker
- Annotations
- @deprecated
- Deprecated
(Since version 2.10.1) create an AnalyzerPlugin and use canAdaptAnnotations