opaques

dotty.tools.dotc.core.Flags$.opaques$
opaque object opaques

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
opaques.type

Members list

Concise view

Type members

Types

opaque type Flag

A flag set consisting of a single flag

A flag set consisting of a single flag

Attributes

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.

Attributes

Value members

Concrete methods

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