Packages

package inc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CompileConfiguration extends AnyRef

    Configuration used for running an analyzing compiler (a compiler which can extract dependencies between source files and JARs).

  2. class IncrementalCompilerImpl extends IncrementalCompiler
  3. class LookupImpl extends Lookup
  4. final class MixedAnalyzingCompiler extends AnyRef

    An instance of an analyzing compiler that can run both javac + scalac.

Value Members

  1. object MixedAnalyzingCompiler

    Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler.

    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.

  2. object ZincUtil

    Define a private implementation of the static methods forwarded from ZincCompilerUtil.

Ungrouped