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

Members list

Concise view

Type members

Classlikes

object InDisguise

Extractor for match types hidden behind an AppliedType/MatchAlias.

Extractor for match types hidden behind an AppliedType/MatchAlias.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

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