Trait

final
class Trait(val attrs: Attrs, val name: Global, val traits: Seq[Trait])(implicit val position: Position) extends ScopeInfo
class ScopeInfo
class Info
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def isClass: Boolean
Inherited from
ScopeInfo
def isTrait: Boolean
Inherited from
ScopeInfo

Concrete fields

val attrs: Attrs
val implementors: SortedSet[Class]
val name: Global
val subtraits: Set[Trait]
val traits: Seq[Trait]

Inherited fields

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

Implicits

Implicits

implicit
val position: Position