CompilerBuilder

abstract class CompilerBuilder
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def create(initialClassPath: Seq[URL], classPath: Seq[URL], dynamicClassPath: Seq[(String, Array[Byte])], evalClassLoader: ClassLoader, pluginClassLoader: ClassLoader, reporter: Option[Message => Unit], settings: Seq[String], classPathWhiteList: Set[Seq[String]], lineNumberModifier: Boolean): Compiler
def newManager(rtCacheDir: Option[Path], headFrame: => Frame, dependencyCompleter: => Option[String => (Int, Seq[String])], whiteList: Set[Seq[String]], initialClassLoader: ClassLoader, settings: Seq[String]): CompilerLifecycleManager
def scalaVersion: String