Match

scala.quoted.runtime.impl.QuotesImpl.reflect$.Match$
object Match extends MatchModule

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(selector: Term, cases: List[CaseDef]): Match

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

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

Attributes

def copy(original: Tree)(selector: Term, cases: List[CaseDef]): Match
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