dotty
.
tools
.
dotc
.
core
Mode
Related Docs:
object Mode
|
package core
final
case class
Mode
(
bits:
Int
)
extends
AnyVal
with
Product
with
Serializable
A collection of mode bits that are part of a context
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyVal
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Mode
Serializable
Serializable
Product
Equals
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Mode
(
bits:
Int
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
def
&
(
that:
Mode
)
:
Mode
def
&~
(
that:
Mode
)
:
Mode
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
bits
:
Int
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
is
(
that:
Mode
)
:
Boolean
def
isExpr
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
toString
()
:
String
Definition Classes
Mode
→ Any
def
|
(
that:
Mode
)
:
Mode
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyVal
Inherited from
Any
Ungrouped
A collection of mode bits that are part of a context