final case class NominalType(sym: TypeSymbol, structuralView: Type) extends Type with Product with Serializable
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.
- Source
- Type.scala
- Alphabetic
- By Inheritance
- NominalType
- Serializable
- Product
- Equals
- Type
- Dumpable
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NominalType(sym: TypeSymbol, structuralView: Type)
Value Members
- def children: ConstArray[Type]
All children of this Type.
All children of this Type.
- Definition Classes
- NominalType → Type
- def childrenForeach[R](f: (Type) => R): Unit
Apply a side-effecting function to all children.
Apply a side-effecting function to all children.
- Definition Classes
- NominalType → Type
- 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
- Definition Classes
- NominalType → Type
- def getDumpInfo: DumpInfo
Return the name, main info, attribute info and named children
- def mapChildren(f: (Type) => Type): NominalType
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.
- Definition Classes
- NominalType → Type
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def select(sym: TermSymbol): Type
- Definition Classes
- NominalType → Type
- def sourceNominalType: NominalType
- Annotations
- @tailrec()
- def structural: Type
The structural view of this type
The structural view of this type
- Definition Classes
- NominalType → Type
- def structuralRec: Type
Remove all NominalTypes recursively from this Type
Remove all NominalTypes recursively from this Type
- Definition Classes
- Type
- val structuralView: Type
- val sym: TypeSymbol
- def toString(): String
- Definition Classes
- NominalType → AnyRef → Any
- def withStructuralView(t: Type): NominalType
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...