Symbol

slick.ast.Symbol
sealed trait Symbol

A symbol which can be used in the AST. It can be either a TypeSymbol or a TermSymbol.

Attributes

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

Members list

Concise view

Value members

Abstract methods

def name: String

Attributes

Source:
Symbol.scala

Concrete methods

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
Any
Source:
Symbol.scala