liftIdent

io.getquill.parser.Lifter.liftIdent
object liftIdent extends LiftAstSerialize[Ident]

Attributes

Graph
Supertypes
trait LiftAstSerialize[Ident]
trait Ast[Ident]
trait WithSerializing[Ident, Ast]
trait Ast[Ident]
trait Plain[Ident]
trait ToExpr[Ident]
class Object
trait Matchable
class Any
Show all
Self type
liftIdent.type

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain