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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextMode
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def &(other: ContextMode): ContextMode
- def &~(other: ContextMode): ContextMode
- val bits: Int
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def inAll(required: ContextMode): Boolean
- def inAny(required: ContextMode): Boolean
- def inNone(prohibited: ContextMode): Boolean
- def set(value: Boolean, mask: ContextMode): ContextMode
-
def
toString(): String
- Definition Classes
- ContextMode → Any
- def |(other: ContextMode): ContextMode
The Scala compiler and reflection APIs.