SignedName

object SignedName extends NameKind

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

class NameKind
class Object
trait Matchable
class Any

Type members

Classlikes

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

Inherited classlikes

class Info

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

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

Inherited from
NameKind

Types

Value members

Concrete methods

def apply(qual: TermName, sig: Signature, target: TermName): TermName
def mkString(underlying: TermName, info: ThisInfo): String

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.

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.

Inherited from
NameKind

Inherited fields

val tag: Int
Inherited from
NameKind