AssignModule

scala.quoted.Quotes.reflectModule.AssignModule
trait AssignModule

Methods of the module object val Assign

Attributes

Source
Quotes.scala
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

Source
Quotes.scala

Attributes

Source
Quotes.scala
def unapply(x: Assign): (Term, Term)

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

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

Attributes

Source
Quotes.scala