MatchType

dotty.tools.dotc.core.Types$.MatchType$
See theMatchType companion class
object MatchType

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MatchType.type

Members list

Type members

Classlikes

object InDisguise

Extractor for match types hidden behind an AppliedType/MatchAlias.

Extractor for match types hidden behind an AppliedType/MatchAlias.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
InDisguise.type

Value members

Concrete methods

def apply(bound: Type, scrutinee: Type, cases: List[Type])(using Context): MatchType