ExprHole

dotty.tools.dotc.quoted.PickledQuotes$.ExprHole
See theExprHole companion object

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

final case class V1(evalHole: Null | (Int, Seq[ArgV1], Quotes) => Expr[_])

termHole argument of QuoteUnpickler.{unpickleExpr, unpickleType}. From code compiled with Scala 3.0.x and 3.1.x. Note: For unpickleType it will always be null.

termHole argument of QuoteUnpickler.{unpickleExpr, unpickleType}. From code compiled with Scala 3.0.x and 3.1.x. Note: For unpickleType it will always be null.

Attributes

final case class V2(evalHole: Null | (Int, Seq[ArgV2], Quotes) => Expr[_])

termHole argument of QuoteUnpickler.unpickleExprV2 From code compiled with Scala 3.2.0+

termHole argument of QuoteUnpickler.unpickleExprV2 From code compiled with Scala 3.2.0+

Attributes