MatchTypeTreeModule

scala.quoted.Quotes.reflectModule.MatchTypeTreeModule

Methods of the module object val MatchTypeTree

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.MatchTypeTree.type

Members list

Value members

Abstract methods

def apply(bound: Option[Quotes.this.reflectModule.this.TypeTree], selector: Quotes.this.reflectModule.this.TypeTree, cases: List[Quotes.this.reflectModule.this.TypeCaseDef]): Quotes.this.reflectModule.this.MatchTypeTree

Attributes

Source
Quotes.scala
def copy(original: Quotes.this.reflectModule.this.Tree)(bound: Option[Quotes.this.reflectModule.this.TypeTree], selector: Quotes.this.reflectModule.this.TypeTree, cases: List[Quotes.this.reflectModule.this.TypeCaseDef]): Quotes.this.reflectModule.this.MatchTypeTree

Attributes

Source
Quotes.scala