liftQuotationTag

io.getquill.parser.Lifter.liftQuotationTag
object liftQuotationTag extends LiftAstSerialize[QuotationTag]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain