Lifter

io.getquill.parser.Lifter
See theLifter companion class
object Lifter extends Proxy

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Proxy
class Object
trait Matchable
class Any
Show all
Self type
Lifter.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def WithBehavior(serializeQuat: Option[SerializeQuat], serializeAst: Option[SerializeAst]): Lifter

Inherited methods

def action(ast: Action): Quotes ?=> Expr[Action]

Attributes

Inherited from:
Proxy
def apply(ast: Ast): Quotes ?=> Expr[Ast]

Attributes

Inherited from:
Proxy
def assignment(ast: Assignment): Quotes ?=> Expr[Assignment]

Attributes

Inherited from:
Proxy
def caseClass(ast: CaseClass): Quotes ?=> Expr[CaseClass]

Attributes

Inherited from:
Proxy
def entity(ast: Entity): Quotes ?=> Expr[Entity]

Attributes

Inherited from:
Proxy
def ident(ast: Ident): Quotes ?=> Expr[Ident]

Attributes

Inherited from:
Proxy
def quat(quat: Quat): Quotes ?=> Expr[Quat]

Attributes

Inherited from:
Proxy
def quotationTag(v: QuotationTag): Quotes ?=> Expr[QuotationTag]

Attributes

Inherited from:
Proxy
def returnAction(returnAction: ReturnAction): Quotes ?=> Expr[ReturnAction]

Attributes

Inherited from:
Proxy
def scalarTag(v: ScalarTag): Quotes ?=> Expr[ScalarTag]

Attributes

Inherited from:
Proxy
def tuple(ast: Tuple): Quotes ?=> Expr[Tuple]

Attributes

Inherited from:
Proxy

Concrete fields