ConsumedSet

dotty.tools.dotc.cc.SepCheck.ConsumedSet
abstract class ConsumedSet

A class for segmented sets of consumed references. References are associated with the source positions where they first appeared. References are compared with eq.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def locs: Array[SrcPos]

The associated source positoons. The array should be treated as immutable in client code

The associated source positoons. The array should be treated as immutable in client code

Attributes

The references in the set. The array should be treated as immutable in client code

The references in the set. The array should be treated as immutable in client code

Attributes

def size: Int

The number of references in the set

The number of references in the set

Attributes

Concrete methods

def show(using Context): String