MatchCaseMethods (original) (raw)

scala.quoted.Quotes.reflectModule.MatchCaseMethods

trait MatchCaseMethods

Extension methods of MatchCase

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Members list

Extensions

Extensions

extension (self: MatchCase)

def pattern: TypeRepr

Pattern P of case P => R in a MatchType

Pattern P of case P => R in a MatchType

Attributes

Source

Quotes.scala

def rhs: TypeRepr

RHS R of case P => R in a MatchType

RHS R of case P => R in a MatchType

Attributes

Source

Quotes.scala