liftAssignment

io.getquill.parser.Lifter.liftAssignment
object liftAssignment extends LiftAstSerialize[Assignment]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: Assignment)(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: Assignment): String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain