BindModule (original) (raw)

scala.quoted.Quotes.reflectModule.BindModule

trait BindModule

Methods of the module object val Bind

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

Bind.type

Members list

Value members

Abstract methods

def apply(sym: Symbol, pattern: Tree): Bind

Attributes

Source

Quotes.scala

def copy(original: Tree)(name: String, pattern: Tree): Bind

Attributes

Source

Quotes.scala

def unapply(pattern: Bind): (String, Tree)

Attributes

Source

Quotes.scala