MultiTypeVariable

amyc.core.Types$.MultiTypeVariable
case class MultiTypeVariable() extends Type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(tpe: Type): Unit
def bind(using ctx: Context): MultiTypeVariable
def resolve(using ctx: Context): Type
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

infix def <:<(lhs: Type): Boolean

Attributes

Inherited from:
Type
infix def =:=(lhs: Type): Boolean

Attributes

Inherited from:
Type
def isBottomType: Boolean

Attributes

Inherited from:
Type
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product