Expr
@compileTimeOnly("Illegal reference to `scala.quoted.runtime.Expr`")
object Expr
- Source:
- Expr.scala
Value members
Concrete methods
@compileTimeOnly("Illegal reference to `scala.quoted.runtime.Expr.nestedSplice`")
A term splice nested within a quote is desugared by the compiler into a call to this method.
A term splice nested within a quote is desugared by the compiler into a call to this method.
ctx
is the Quotes
that the quote of this splice uses.
Calling this method in source has undefined behavior at compile-time
- Source:
- Expr.scala
@compileTimeOnly("Illegal reference to `scala.quoted.runtime.Expr.quote`")
A term quote is desugared by the compiler into a call to this method
A term quote is desugared by the compiler into a call to this method
Calling this method in source has undefined behavior at compile-time
- Source:
- Expr.scala
@compileTimeOnly("Illegal reference to `scala.quoted.runtime.Expr.splice`")
A term splice is desugared by the compiler into a call to this method
A term splice is desugared by the compiler into a call to this method
Calling this method in source has undefined behavior at compile-time
- Source:
- Expr.scala