opaques

object opaques
class Object
trait Matchable
class Any
opaques.type

Type members

Types

opaque type Flag

A flag set consisting of a single flag

A flag set consisting of a single flag

opaque type FlagSet

A FlagSet represents a set of flags. Flags are encoded as follows: The first two bits indicate whether a flag set applies to terms, to types, or to both. Bits 2..63 are available for properties and can be doubly used for terms and types.

A FlagSet represents a set of flags. Flags are encoded as follows: The first two bits indicate whether a flag set applies to terms, to types, or to both. Bits 2..63 are available for properties and can be doubly used for terms and types.

Value members

Concrete methods

def FlagSet(bits: Long): FlagSet
def toBits(fs: FlagSet): Long