Bind

scala.quoted.runtime.impl.QuotesImpl.reflect$.Bind$
object Bind extends BindModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Bind.type

Members list

Concise view

Value members

Concrete methods

def apply(sym: Symbol, pattern: Tree): Bind
def copy(original: Tree)(name: String, pattern: Tree): Bind
def unapply(pattern: Bind): (String, Tree)