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
Assign.type

Members list

Value members

Abstract methods

def apply(lhs: Term, rhs: Term): Assign

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

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

Attributes

Source
Quotes.scala
def copy(original: Tree)(lhs: Term, rhs: Term): Assign

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