liftAssignmentDual

io.getquill.parser.Lifter.liftAssignmentDual
object liftAssignmentDual extends LiftAstSerialize[AssignmentDual]

Attributes

Graph
Supertypes
trait LiftAstSerialize[AssignmentDual]
trait Ast[AssignmentDual]
trait WithSerializing[AssignmentDual, Ast]
trait Ast[AssignmentDual]
trait Plain[AssignmentDual]
trait ToExpr[AssignmentDual]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[AssignmentDual, Expr[AssignmentDual]]
def typeTag: Quotes ?=> Type[AssignmentDual]

Inherited methods

def apply(element: AssignmentDual)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
override protected def failMsg(element: AssignmentDual): String

Attributes

Definition Classes
Ast -> Plain
Inherited from:
Ast
override def orFail(element: AssignmentDual)(using Quotes): Expr[T]

Attributes

Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: AssignmentDual)(using Quotes, Type[AssignmentDual]): Option[Expr[T]]

Attributes

Inherited from:
Ast
def unapply(element: AssignmentDual)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain