scala.reflect.macros.runtime.Context.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-compiler Show documentation
Show all versions of scala-compiler Show documentation
Compiler for the Scala Programming Language
package scala.reflect.macros
package runtime
import scala.tools.nsc.Global
abstract class Context extends scala.reflect.macros.Context
with Aliases
with Enclosures
with Names
with Reifiers
with FrontEnds
with Infrastructure
with Typers
with Parsers
with Evals
with ExprUtils
with Traces {
val universe: Global
val mirror: universe.Mirror = universe.rootMirror
val callsiteTyper: universe.analyzer.Typer
val prefix: Expr[PrefixType]
val expandee: Tree
}