final case class Mode
extends AnyVal

A collection of mode bits that are part of a context

Constructors

Mode ( bits: Int )

Members

[+] val bits : Int
[+] def & ( that: Mode ) : Mode
[+] def &~ ( that: Mode ) : Mode
[+] def _1 : T1
[+] def copy ( bits: Int ) : Mode
[+] def copy$default$1 : Int
[+] def is ( that: Mode ) : Boolean
[+] def isExpr : Boolean
[+] override def toString : String
[+] def | ( that: Mode ) : Mode