SimpleNameKind

object SimpleNameKind extends NameKind
class NameKind
class Object
trait Matchable
class Any

Type members

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

Inherited from:
NameKind

Types

type ThisInfo = Info

The info class defined by this kind

The info class defined by this kind

Value members

Concrete methods

def infoString: Nothing

A string used for displaying the structure of a name

A string used for displaying the structure of a name

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

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.

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

Concrete fields

val info: Info

Inherited fields

val tag: Int
Inherited from:
NameKind