liftAst

io.getquill.parser.Lifter.liftAst$
object liftAst extends LiftAstSerialize[Ast]

Attributes

Graph
Supertypes
trait LiftAstSerialize[Ast]
trait Ast[Ast]
trait WithSerializing[Ast, Ast]
trait Ast[Ast]
trait Plain[Ast]
trait ToExpr[Ast]
class Object
trait Matchable
class Any
Self type
liftAst.type

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain