An implementation of scala.reflect.api.Universe for runtime reflection using JVM classloaders.
The runtime reflection mirror that corresponds to the current lexical context.
The runtime reflection mirror that corresponds to the current lexical context.
It's typically equivalent to universe.runtimeMirror(getClass.getClassLoader)
invoked at the call site.
The entry point into Scala runtime reflection.
The entry point into Scala runtime reflection.
To use Scala runtime reflection, simply use or import scala.reflect.runtime.universe._
See scala.reflect.api.Universe or the Reflection Guide: Universes for more details.
Entry points into runtime reflection. See the overview page for details on how to use them.