
main.scala.Context.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of macrotracker_2.11.6 Show documentation
Show all versions of macrotracker_2.11.6 Show documentation
Tracks things that are going on during macro expansion
The newest version!
package scala.tools.nsc.macrotracker
import scala.reflect.macros.whitebox.{Context => NscContext}
import scala.tools.nsc.macrotracker.contexts.{Root => MacrotrackerContext}
class Context(val c: NscContext) extends NscContext with MacrotrackerContext {
import universe._
lazy val touchedSymbols = scala.collection.mutable.ListBuffer[CompilerSymbol]()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy