P package

scala.quoted.matching

extends Object with Serializable

Supertypes

Object, Serializable

Members

object 

ConstSeq

Literal sequence of literal constant value expressions

Literal sequence of literal constant value expressions

object 

ValueSeq

Value sequence of value expressions

Value sequence of value expressions

val 

Const

: Const.type

val 

ExprSeq

: Varargs.type

val 

Lambda

: Lambda.type

val 

Value

: Unlifted.type

val 

ValueOfExpr

: Unlifted.type

def 

summonExpr

[T] ( implicit  tpe: Type[T] ) ( implicit  qctx: QuoteContext ) : Option[Expr[T]]

Find an implicit of type T in the current scope given by qctx. Return Some containing the expression of the implicit or None if implicit resolution fail...

Find an implicit of type T in the current scope given by qctx. Return Some containing the expression of the implicit or None if implicit resolution failed.