package inc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class CompileConfiguration extends AnyRef
Configuration used for running an analyzing compiler (a compiler which can extract dependencies between source files and JARs).
- class IncrementalCompilerImpl extends IncrementalCompiler
- class LookupImpl extends Lookup
- final class MixedAnalyzingCompiler extends AnyRef
An instance of an analyzing compiler that can run both javac + scalac.
Value Members
- object MixedAnalyzingCompiler
Define helpers to create a wrapper around a Scala incremental compiler
xsbti.compile.ScalaCompilerand a Java incremental compilerxsbti.compile.JavaCompiler.Define helpers to create a wrapper around a Scala incremental compiler
xsbti.compile.ScalaCompilerand a Java incremental compilerxsbti.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. - object ZincUtil
Define a private implementation of the static methods forwarded from
ZincCompilerUtil.