Ast

trait Ast[T <: Ast] extends WithSerializing[T, Ast]
trait WithSerializing[T, Ast]
class Object
trait Matchable
class Any
object liftAction.type
object liftAssignment.type
object liftAssignmentDual.type
object liftAst.type
object liftCaseClass.type
object liftEntity.type
object liftIdent.type
object liftProperty.type
object liftQuery.type
object liftQuotationTag.type
object liftScalarTag.type
object liftTuple.type
object orderingLiftable.type

Value members

Concrete methods

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