TypeAlias

tastyquery.Types$.TypeAlias
final case class TypeAlias(alias: Type) extends TypeBounds

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
TypeBounds

Value members

Concrete 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
Any

Inherited methods

final def contains(that: TypeBounds)(using Context): Boolean

Attributes

Inherited from:
TypeBounds
final def contains(tp: Type)(using Context): Boolean

Attributes

Inherited from:
TypeBounds
final def intersect(that: TypeBounds)(using Context): TypeBounds

Attributes

Inherited from:
TypeBounds
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def union(that: TypeBounds)(using Context): TypeBounds

Attributes

Inherited from:
TypeBounds

Inherited fields

val high: Type

Attributes

Inherited from:
TypeBounds
val low: Type

Attributes

Inherited from:
TypeBounds