miniboxing.plugin.transform.coerce.MiniboxAnnotationCheckers

StorageAnnotationChecker

object StorageAnnotationChecker extends scala.tools.nsc.Global.AnnotationChecker

Linear Supertypes
scala.tools.nsc.Global.AnnotationChecker, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StorageAnnotationChecker
  2. AnnotationChecker
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Check the annotations on two types conform.

    Check the annotations on two types conform. Q: Does T <: @storage T? A: It depends. It conforms before the adaptation phase. If doesn't after :)

    LDL FTW -- Boil frog, boil!

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

    Refine the computed greatest lower bound of a list of types.

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

    Definition Classes
    StorageAnnotationChecker → AnnotationChecker
  7. def annotationsLub(tp: scala.tools.nsc.Global.Type, ts: List[scala.tools.nsc.Global.Type]): scala.tools.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
    StorageAnnotationChecker → AnnotationChecker
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use adaptAnnotations

  2. def adaptTypeOfReturn(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, default: ⇒ scala.tools.nsc.Global.Type): scala.tools.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

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

    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use pluginsTyped

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

    Definition Classes
    AnnotationChecker
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Create an AnalyzerPlugin and use canAdaptAnnotations

Inherited from scala.tools.nsc.Global.AnnotationChecker

Inherited from AnyRef

Inherited from Any

Ungrouped