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
MatchTypeTree.type

Members list

Value members

Abstract methods

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

Attributes

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

Attributes

Source
Quotes.scala