BoundedTypeTree

case
class BoundedTypeTree(bounds: TypeBoundsTree, alias: TypeTree)(span: Span) extends TypeTree

: lo <: hi : lo <: hi = alias for RHS of bounded opaque type

trait Serializable
trait Product
trait Equals
class TypeTree
class Object
trait Matchable
class Any

Value members

Concrete methods

final override
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def toType(using Context): Type
Inherited from
TypeTree