Uprootable

io.getquill.metaprog.QuotationLotExpr.Uprootable
See theUprootable companion object
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
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val bin: Expr[QuotationLot[Any]]
val extra: List[Expr[_]]
val quotation: Expr[Quoted[Any]]