scala.tools.nsc.typechecker

ContextMode

final class ContextMode extends AnyVal

A value class to carry the boolean flags of a context, such as whether errors should be buffered or reported.

Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContextMode
  2. AnyVal
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def &(other: ContextMode): ContextMode

  4. def &~(other: ContextMode): ContextMode

  5. def +(other: String): String

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

    Implicit information
    This member is added by an implicit conversion from ContextMode to ArrowAssoc[ContextMode] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val bits: Int

  10. def ensuring(cond: (ContextMode) ⇒ Boolean, msg: ⇒ Any): ContextMode

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

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

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

    Implicit information
    This member is added by an implicit conversion from ContextMode to Ensuring[ContextMode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ContextMode to StringFormat[ContextMode] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  16. def inAll(required: ContextMode): Boolean

  17. def inAny(required: ContextMode): Boolean

  18. def inNone(prohibited: ContextMode): Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def set(value: Boolean, mask: ContextMode): ContextMode

  21. def toString(): String

    Definition Classes
    ContextMode → Any
  22. def |(other: ContextMode): ContextMode

  23. def [B](y: B): (ContextMode, B)

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

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion StringAdd from ContextMode to StringAdd[ContextMode]

Inherited by implicit conversion StringFormat from ContextMode to StringFormat[ContextMode]

Inherited by implicit conversion Ensuring from ContextMode to Ensuring[ContextMode]

Inherited by implicit conversion ArrowAssoc from ContextMode to ArrowAssoc[ContextMode]

Ungrouped