SignedName

dotty.tools.dotc.core.NameKinds$.SignedName$
object SignedName extends NameKind

A name together with a signature. Used in Tasty trees.

Attributes

Graph
Supertypes
class NameKind
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class SignedInfo(sig: Signature, target: TermName) extends Info

Attributes

Graph
Supertypes
trait Product
trait Equals
class Info
class NameInfo
class Object
trait Matchable
class Any

Inherited classlikes

class Info extends NameInfo

A simple info type; some subclasses of Kind define more refined versions

A simple info type; some subclasses of Kind define more refined versions

Attributes

Inherited from:
NameKind
Graph
Supertypes
class NameInfo
class Object
trait Matchable
class Any
Known subtypes

Types

The info class defined by this kind

The info class defined by this kind

Attributes

Value members

Concrete methods

def apply(qual: TermName, sig: Signature, target: TermName): TermName

A string used for displaying the structure of a name

A string used for displaying the structure of a name

Attributes

def mkString(underlying: TermName, info: ThisInfo): String

Turn a name of this kind consisting of an underlying prefix and the given info into a string. Used to turn structured into simple name.

Turn a name of this kind consisting of an underlying prefix and the given info into a string. Used to turn structured into simple name.

Attributes

Inherited methods

Does this kind define logically a new name (respectively qualified name)? Tested by the replace and collect combinators of class Name.

Does this kind define logically a new name (respectively qualified name)? Tested by the replace and collect combinators of class Name.

Attributes

Inherited from:
NameKind

Attributes

Inherited from:
NameKind

Unmangle simple name name into a name of this kind, or return original name if this is not possible.

Unmangle simple name name into a name of this kind, or return original name if this is not possible.

Attributes

Inherited from:
NameKind

Inherited fields

val tag: Int

Attributes

Inherited from:
NameKind