ScopeEntry

dotty.tools.dotc.core.Scopes.ScopeEntry
class ScopeEntry

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val name: Name
val owner: Scope
var prev: ScopeEntry | Null

the preceding entry in this scope

the preceding entry in this scope

Attributes

var sym: Symbol
var tail: ScopeEntry | Null

the next entry in the hash bucket

the next entry in the hash bucket

Attributes