QuotationLotExpr

Companion:
class
class Object
trait Matchable
class Any

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

case class Pointable(expr: Expr[QuotationLot[Any]]) extends QuotationLotExpr
object Unquoted
case class Uprootable(uid: String, ast: Expr[Ast], inlineLifts: List[PlanterExpr[_, _, _]])(quotation: Expr[Quoted[Any]], bin: Expr[QuotationLot[Any]], extra: List[Expr[_]]) extends QuotationLotExpr
Companion:
object
object Uprootable
Companion:
class

Value members

Concrete methods

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