Packages

class SymbolNamer extends AnyRef

Provides names for symbols

Source
Symbol.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolNamer
  2. AnyRef
  3. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SymbolNamer(treeSymbolPrefix: String, typeSymbolPrefix: String, parent: Option[SymbolNamer] = None)

Value Members

  1. def apply(s: Symbol): String
  2. def create(prefix: String): String
  3. def get(s: Symbol): Option[String]
  4. def namedSymbolName(s: Symbol): String
  5. def update(s: Symbol, n: String): Unit
  6. def use[T](f: => T): T