All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty.tools.dotc.quoted.ExprCompilationUnit.scala Maven / Gradle / Ivy

The newest version!
package dotty.tools.dotc.quoted

import dotty.tools.dotc.CompilationUnit
import dotty.tools.dotc.util.NoSource

import scala.quoted._

/* Compilation unit containing the contents of a quoted expression */
class ExprCompilationUnit(val exprBuilder: QuoteContext => Expr[_]) extends CompilationUnit(NoSource)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy