public interface CachedCompilerProvider
| Modifier and Type | Method and Description |
|---|---|
CachedCompiler |
newCachedCompiler(java.lang.String[] arguments,
Output output,
xsbti.Logger log,
Reporter reporter)
Return a new cached compiler from the usual compiler input.
|
ScalaInstance |
scalaInstance()
Return the Scala instance used to provide cached compilers.
|
ScalaInstance scalaInstance()
CachedCompiler newCachedCompiler(java.lang.String[] arguments, Output output, xsbti.Logger log, Reporter reporter)