QuotationLotExpr

io.getquill.metaprog.QuotationLotExpr$
See theQuotationLotExpr companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Pluckable(uid: String, expr: Expr[Quoted[Any]], other: List[Expr[_]]) extends QuotationLotExpr

QuotationLots that have runtime values hance cannot be re-planted into the scala AST and they need to be put into QuotationVasees. The 'other' argument is meant to be used in various unique circumstances. Right now it is just used by a QueryMeta to carry an extractor function that contra-maps back to the T type

QuotationLots that have runtime values hance cannot be re-planted into the scala AST and they need to be put into QuotationVasees. The 'other' argument is meant to be used in various unique circumstances. Right now it is just used by a QueryMeta to carry an extractor function that contra-maps back to the T type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Pointable(expr: Expr[QuotationLot[Any]]) extends QuotationLotExpr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Unquoted

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Uprootable(uid: String, ast: Expr[Ast], inlineLifts: List[PlanterExpr[_, _, _]])(quotation: Expr[Quoted[Any]], bin: Expr[QuotationLot[Any]], extra: List[Expr[_]]) extends QuotationLotExpr

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Uprootable

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(expr: Expr[Any])(using Quotes): QuotationLotExpr
def unapply(expr: Expr[Any])(using Quotes): Option[QuotationLotExpr]