UsedNamesInClass

dotty.tools.dotc.sbt.DependencyRecorder.UsedNamesInClass
final class UsedNamesInClass

An object that maintain the set of used names from within a class

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def names: Map[Name, EnumSet[UseScope]]
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