MatchTypeCaseSpec

dotty.tools.dotc.core.Types.MatchTypeCaseSpec
See theMatchTypeCaseSpec companion object

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class LegacyPatMat(origMatchCase: HKTypeLambda)
final case class MissingCaptures(origMatchCase: HKTypeLambda, missing: BitSet)
final case class SpeccedPatMat(origMatchCase: HKTypeLambda, captureCount: Int, pattern: MatchTypeCasePattern, body: Type)
final case class SubTypeTest(origMatchCase: Type, pattern: Type, body: Type)