TypeBounds

tastyquery.Types$.TypeBounds
sealed abstract class TypeBounds(val low: Type, val high: Type) extends TypeMappable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Value members

Concrete methods

final def contains(tp: Type)(using Context): Boolean
final def contains(that: TypeBounds)(using Context): Boolean
final def intersect(that: TypeBounds)(using Context): TypeBounds

Concrete fields

val high: Type
val low: Type