liftableAst

object liftableAst extends NiceLiftable[Ast]
trait NiceLiftable[Ast]
trait ToExpr[Ast]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: Ast)(using Quotes): Expr[Ast]
Inherited from:
NiceLiftable
def deserializeDisabled(using Quotes): Boolean
Inherited from:
NiceLiftable
def unapply(t: Ast)(using Quotes): Some[Expr[Ast]]
Inherited from:
NiceLiftable