NameTable

class NameTable extends NameRef => TermName
trait NameRef => TermName
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(ref: NameRef): TermName

Inherited methods

def andThen[A](g: TermName => A): NameRef => A
Inherited from
Function1
def compose[A](g: A => NameRef): A => TermName
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1