Mode

dotty.tools.dotc.core.Mode
See theMode companion object
final case class Mode(bits: Int) extends AnyVal

A collection of mode bits that are part of a context

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def !=(that: Mode): Boolean
def &(that: Mode): Mode
def &~(that: Mode): Mode
def ==(that: Mode): Boolean
def is(that: Mode): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
def |(that: Mode): Mode

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product