AnonTypeSymbol

slick.ast.AnonTypeSymbol
class AnonTypeSymbol extends TypeSymbol

An anonymous symbol defined in the AST.

Attributes

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

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