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.

Source
Contexts.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMode
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def &(other: ContextMode): ContextMode
  2. def &~(other: ContextMode): ContextMode
  3. val bits: Int
  4. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  5. def inAll(required: ContextMode): Boolean
  6. def inAny(required: ContextMode): Boolean
  7. def inNone(prohibited: ContextMode): Boolean
  8. def set(value: Boolean, mask: ContextMode): ContextMode
  9. def toString(): String
    Definition Classes
    ContextMode → Any
  10. def |(other: ContextMode): ContextMode