MatchTypeTreeModule (original) (raw)
scala.quoted.Quotes.reflectModule.MatchTypeTreeModule
trait MatchTypeTreeModule
Methods of the module object val MatchTypeTree
Attributes
Source
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
def copy(original: Tree)(bound: Option[TypeTree], selector: TypeTree, cases: List[TypeCaseDef]): MatchTypeTree
Attributes
Source
def unapply(x: MatchTypeTree): (Option[TypeTree], TypeTree, List[TypeCaseDef])
Attributes
Source