AssignModule

scala.quoted.Quotes.reflectModule.AssignModule
trait AssignModule

Methods of the module object val Assign

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

Create an assignment <lhs: Term> = <rhs: Term>

Create an assignment <lhs: Term> = <rhs: Term>

Attributes

def unapply(x: Assign): (Term, Term)

Matches an assignment <lhs: Term> = <rhs: Term>

Matches an assignment <lhs: Term> = <rhs: Term>

Attributes