Ast

io.getquill.parser.Lifters.WithSerializing.Ast
trait Ast[T <: Ast] extends WithSerializing[T, Ast]

Attributes

Graph
Supertypes
trait WithSerializing[T, Ast]
class Object
trait Matchable
class Any
Known subtypes
trait LiftAstSerialize[T]
object liftAction.type
object liftAssignment.type
object liftAssignmentDual.type
object liftAst.type
object liftCaseClass.type
object liftEntity.type
object liftIdent.type
object liftOptionOperation.type
object liftProperty.type
object liftQuery.type
object liftQuotationTag.type
object liftScalarTag.type
object liftTuple.type
object orderingLiftable.type
Show all

Members list

Value members

Concrete methods

protected def tryLiftSerialized(element: T)(using Quotes, Type[T]): Option[Expr[T]]