CaseDefModule (original) (raw)
scala.quoted.Quotes.reflectModule.CaseDefModule
trait CaseDefModule
Methods of the module object val CaseDef
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CaseDef.type
Members list
Value members
Abstract methods
def apply(pattern: Tree, guard: Option[Term], rhs: Term): CaseDef
Attributes
Source
def copy(original: Tree)(pattern: Tree, guard: Option[Term], rhs: Term): CaseDef
Attributes
Source
def unapply(x: CaseDef): (Tree, Option[Term], Term)
Attributes
Source