TermRefSet

dotty.tools.dotc.typer.TermRefSet
See theTermRefSet companion object
sealed class TermRefSet(using x$1: Context)

A set of term references where equality is =:=

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++=(that: TermRefSet): Unit
def +=(ref: TermRef): Unit
def foreach[U](f: TermRef => U): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any