object
MixedAnalyzingCompiler
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
classPathLookup(config: CompileConfiguration): (String) ⇒ Option[File]
-
def
clone(): AnyRef
-
def
config(sources: Seq[File], classpath: Seq[File], setup: MiniSetup, progress: Option[CompileProgress], previousAnalysis: CompileAnalysis, previousSetup: Option[MiniSetup], perClasspathEntryLookup: PerClasspathEntryLookup, compiler: ScalaCompiler, javac: JavaCompiler, reporter: Reporter, skip: Boolean, cache: GlobalsCache, incrementalCompilerOptions: IncOptions): CompileConfiguration
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeConfig(scalac: ScalaCompiler, javac: JavaCompiler, sources: Seq[File], classpath: Seq[File], output: Output, cache: GlobalsCache, progress: Option[CompileProgress] = None, options: Seq[String] = Nil, javacOptions: Seq[String] = Nil, previousAnalysis: CompileAnalysis, previousSetup: Option[MiniSetup], perClasspathEntryLookup: PerClasspathEntryLookup, reporter: Reporter, compileOrder: CompileOrder = Mixed, skip: Boolean = false, incrementalCompilerOptions: IncOptions, extra: List[(String, String)]): CompileConfiguration
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
searchClasspathAndLookup(config: CompileConfiguration): (Seq[File], (String) ⇒ Option[File])
-
def
staticCachedStore(analysisFile: File, useTextAnalysis: Boolean): xsbti.compile.AnalysisStore
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withBootclasspath(args: CompilerArguments, classpath: Seq[File]): Seq[File]
Inherited from AnyRef
Inherited from Any
Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler. Note that the wrapper delegates to the implementation of both compilers and only instructs how to run a cycle of cross Java-Scala compilation.