object MixedAnalyzingCompiler
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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MixedAnalyzingCompiler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(config: CompileConfiguration)(implicit log: Logger): MixedAnalyzingCompiler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classPathLookup(config: CompileConfiguration): (String) => Option[VirtualFile]
Returns a "lookup file for a given class name" function.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def config(sources: Seq[VirtualFile], converter: FileConverter, classpath: Seq[VirtualFile], setup: MiniSetup, progress: Option[CompileProgress], previousAnalysis: CompileAnalysis, previousSetup: Option[MiniSetup], perClasspathEntryLookup: PerClasspathEntryLookup, compiler: ScalaCompiler, javac: JavaCompiler, reporter: Reporter, skip: Boolean, cache: GlobalsCache, incrementalCompilerOptions: IncOptions, outputJarContent: OutputJarContent, earlyOutput: Option[Output], earlyAnalysisStore: Option[AnalysisStore], stamper: ReadStamps): CompileConfiguration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeConfig(scalac: ScalaCompiler, javac: JavaCompiler, sources: Seq[VirtualFile], converter: FileConverter, classpath: Seq[VirtualFile], 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, output: Output, outputJarContent: OutputJarContent, earlyOutput: Option[Output], earlyAnalysisStore: Option[AnalysisStore], stamper: ReadStamps, extra: List[(String, String)]): CompileConfiguration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def searchClasspathAndLookup(converter: FileConverter, classpath: Seq[VirtualFile], scalacOptions: Array[String], perClasspathEntryLookup: PerClasspathEntryLookup, compiler: ScalaCompiler): (Seq[VirtualFile], (String) => Option[VirtualFile])
Returns the search classpath (for dependencies) and a function which can also do so.
- def searchClasspathAndLookup(config: CompileConfiguration): (Seq[VirtualFile], (String) => Option[VirtualFile])
Returns the search classpath (for dependencies) and a function which can also do so.
- def staticCachedStore(analysisFile: Path, useTextAnalysis: Boolean): AnalysisStore
Create a an analysis store cache at the desired location.
Create a an analysis store cache at the desired location.
Note: This method will be deprecated after Zinc 1.1.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withBootclasspath(args: CompilerArguments, classpath: Seq[VirtualFile], converter: FileConverter): Seq[VirtualFile]