NominalType

slick.ast.NominalType
final case class NominalType(sym: TypeSymbol, structuralView: Type) extends Type

A type with a name, as used by tables.

Compiler phases which change types may keep their own representation of the structural view but must update the AST at the end of the phase so that all NominalTypes with the same symbol have the same structural view.

Attributes

Source:
Type.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
trait Dumpable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

All children of this Type.

All children of this Type.

Attributes

Source:
Type.scala
override def childrenForeach[R](f: Type => R): Unit

Apply a side-effecting function to all children.

Apply a side-effecting function to all children.

Attributes

Definition Classes
Source:
Type.scala
def classTag: ClassTag[_]

A ClassTag for the erased type of this type's Scala values

A ClassTag for the erased type of this type's Scala values

Attributes

Source:
Type.scala

Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

Attributes

Source:
Type.scala
override def select(sym: TermSymbol): Type

Attributes

Definition Classes
Source:
Type.scala
override def structural: Type

The structural view of this type

The structural view of this type

Attributes

Definition Classes
Source:
Type.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
Any
Source:
Type.scala

Inherited methods

Return the name, main info, attribute info and named children

Return the name, main info, attribute info and named children

Attributes

Inherited from:
Type
Source:
Type.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Remove all NominalTypes recursively from this Type

Remove all NominalTypes recursively from this Type

Attributes

Inherited from:
Type
Source:
Type.scala