Quoted

object Quoted
Companion:
class
class Object
trait Matchable
class Any
Quoted.type

Type members

Classlikes

case class QuotedId(ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase])

Value members

Concrete methods

def apply[T](ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase]): Quoted[T]
def unapply[T](quoted: Quoted[T]): Some[(Ast, List[Planter[_, _, _]], List[QuotationVase])]