SymbolNamer

slick.ast.SymbolNamer
See theSymbolNamer companion object
class SymbolNamer(treeSymbolPrefix: String, typeSymbolPrefix: String, parent: Option[SymbolNamer])

Provides names for symbols

Attributes

Companion:
object
Source:
Symbol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def apply(s: Symbol): String

Attributes

Source:
Symbol.scala
def create(prefix: String): String

Attributes

Source:
Symbol.scala
def get(s: Symbol): Option[String]

Attributes

Source:
Symbol.scala
def namedSymbolName(s: Symbol): String

Attributes

Source:
Symbol.scala
def update(s: Symbol, n: String): Unit

Attributes

Source:
Symbol.scala
def use[T](f: => T): T

Attributes

Source:
Symbol.scala