QuotationLotExpr

io.getquill.metaprog.QuotationLotExpr
See theQuotationLotExpr companion trait

Attributes

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

Members list

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

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Unquoted

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Unquoted.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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Uprootable

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Uprootable.type
object findUnquotes

Attributes

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]