NameTable

dotty.tools.dotc.core.tasty.TastyUnpickler.NameTable
class NameTable extends NameRef => TermName

Attributes

Graph
Supertypes
trait NameRef => TermName
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(ref: NameRef): TermName

Inherited methods

def andThen[A](g: TermName => A): NameRef => A

Attributes

Inherited from:
Function1
def compose[A](g: A => NameRef): A => TermName

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1