ScopeInfo

sealed abstract
class ScopeInfo extends Info
class Info
class Object
trait Matchable
class Any
class Class
class Trait

Value members

Abstract methods

def implementors: SortedSet[Class]
def is(info: ScopeInfo): Boolean
def targets(sig: Sig): Set[Global]

Concrete methods

def isClass: Boolean
def isTrait: Boolean

Inherited methods

def attrs: Attrs
Inherited from
Info
def name: Global
Inherited from
Info
def position: Position
Inherited from
Info

Concrete fields

val calls: Set[Sig]
lazy
val members: UnrolledBuffer[MemberInfo]
val responds: Map[Sig, Global]