Match

oxygen.quoted.Match
See theMatch companion class
object Match

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): MatchCompanion
def unapply(x: Match): (Term, List[CaseDef])

Matches a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }

Matches a pattern match <scrutinee: Term> match { <cases: List[CaseDef]> }

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.Match): Match

Givens

Givens

given given_Conversion_Match_type_MatchCompanion(using Quotes): Conversion[Match.type, MatchCompanion]