TermSymbol

slick.ast.TermSymbol
trait TermSymbol extends Symbol

A symbol representing a variable

Attributes

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

Members list

Concise view

Value members

Inherited methods

def name: String

Attributes

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