liftAst

object liftAst extends LiftAstSerialize[Ast]
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
liftAst.type

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[Ast]
Inherited from:
Plain
override protected def failMsg(element: Ast): String
Definition Classes
Inherited from:
Ast
override def orFail(element: Ast)(using Quotes): Expr[Ast]
Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Ast)(using Quotes, Type[Ast]): Option[Expr[Ast]]
Inherited from:
Ast
def unapply(element: Ast)(using Quotes): Some[Expr[Ast]]
Inherited from:
Plain