Class/Object

sbt.internal.inc

AnalyzingCompiler

Related Docs: object AnalyzingCompiler | package inc

Permalink

final class AnalyzingCompiler extends CachedCompilerProvider with ScalaCompiler

Implement a cached incremental ScalaCompiler that has been instrumented with the dependency analysis plugin to do incremental compilation.

Linear Supertypes
ScalaCompiler, CachedCompilerProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzingCompiler
  2. ScalaCompiler
  3. CachedCompilerProvider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalyzingCompiler(scalaInstance: xsbti.compile.ScalaInstance, provider: CompilerBridgeProvider, classpathOptions: ClasspathOptions, onArgsHandler: (Seq[String]) ⇒ Unit, classLoaderCache: Option[ClassLoaderCache])

    Permalink

    scalaInstance

    The Scala instance to be used for the compiler.

    provider

    The manager and provider of cached compilers.

    classpathOptions

    The classpath options for the Scala compiler.

    onArgsHandler

    Handler that will handle arguments.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(sources: Array[File], changes: DependencyChanges, classpath: Array[File], singleOutput: File, options: Array[String], callback: AnalysisCallback, maximumErrors: Int, cache: GlobalsCache, log: ManagedLogger): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val classLoaderCache: Option[ClassLoaderCache]

    Permalink
  7. val classpathOptions: ClasspathOptions

    Permalink

    The classpath options for the Scala compiler.

    The classpath options for the Scala compiler.

    Definition Classes
    AnalyzingCompiler → ScalaCompiler
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compile(sources: Array[File], changes: DependencyChanges, callback: AnalysisCallback, log: Logger, reporter: Reporter, progress: CompileProgress, compiler: CachedCompiler): Unit

    Permalink
    Definition Classes
    AnalyzingCompiler → ScalaCompiler
  10. def compile(sources: Array[File], changes: DependencyChanges, options: Array[String], output: Output, callback: AnalysisCallback, reporter: Reporter, cache: GlobalsCache, log: Logger, progressOpt: Optional[CompileProgress]): Unit

    Permalink
    Definition Classes
    AnalyzingCompiler → ScalaCompiler
  11. def console(classpath: Seq[File], options: Seq[String], initialCommands: String, cleanupCommands: String, log: Logger)(loader: Option[ClassLoader] = None, bindings: Seq[(String, Any)] = Nil): Unit

    Permalink
  12. def consoleCommandArguments(classpath: Seq[File], options: Seq[String], log: Logger): Seq[String]

    Permalink
  13. def createDualLoader(scalaLoader: ClassLoader, sbtLoader: ClassLoader): ClassLoader

    Permalink
    Attributes
    protected
  14. def doc(sources: Seq[File], classpath: Seq[File], outputDirectory: File, options: Seq[String], log: Logger, reporter: Reporter): Unit

    Permalink
  15. def doc(sources: Seq[File], classpath: Seq[File], outputDirectory: File, options: Seq[String], maximumErrors: Int, log: ManagedLogger): Unit

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def force(log: Logger): Unit

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def newCachedCompiler(arguments: Seq[String], output: Output, log: Logger, reporter: Reporter): CachedCompiler

    Permalink
  25. def newCachedCompiler(arguments: Array[String], output: Output, log: Logger, reporter: Reporter): CachedCompiler

    Permalink
    Definition Classes
    AnalyzingCompiler → CachedCompilerProvider
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def onArgs(f: (Seq[String]) ⇒ Unit): AnalyzingCompiler

    Permalink
  29. val provider: CompilerBridgeProvider

    Permalink

    The manager and provider of cached compilers.

  30. val scalaInstance: xsbti.compile.ScalaInstance

    Permalink

    The Scala instance to be used for the compiler.

    The Scala instance to be used for the compiler.

    Definition Classes
    AnalyzingCompiler → ScalaCompiler → CachedCompilerProvider
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnalyzingCompiler → AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withClassLoaderCache(classLoaderCache: ClassLoaderCache): AnalyzingCompiler

    Permalink

Inherited from ScalaCompiler

Inherited from CachedCompilerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped