class ScopeEntry

Constructors

ScopeEntry ( name: Name , _sym: Symbol , owner: Scope )

Members

[+] private val _sym : Symbol
[+] val name : Name
[+] val owner : Scope
[+] var sym : Symbol
[+] var tail : ScopeEntry

the next entry in the hash bucket

the next entry in the hash bucket

[+] def prev_= ( x$1: ScopeEntry ) : Unit

the preceding entry in this scope

the preceding entry in this scope

[+] def sym_= ( x$1: Symbol ) : Unit
[+] def tail_= ( x$1: ScopeEntry ) : Unit

the next entry in the hash bucket

the next entry in the hash bucket

[+] override def toString : String