AnonSymbol

slick.ast.AnonSymbol
class AnonSymbol extends TermSymbol

An anonymous symbol defined in the AST.

Attributes

Source
Symbol.scala
Graph
Supertypes
trait TermSymbol
trait Symbol
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def name: String

Attributes

Source
Symbol.scala

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