case class CompileInputs(scalaInstance: ScalaInstance, compilerCache: CompilerCache, sources: Array[AbsolutePath], classpath: Array[AbsolutePath], store: IRStore, classesDir: AbsolutePath, baseDirectory: AbsolutePath, scalacOptions: Array[String], javacOptions: Array[String], compileOrder: CompileOrder, classpathOptions: ClasspathOptions, previousResult: PreviousResult, previousCompilerResult: Result, reporter: Reporter, mode: CompileMode, dependentResults: Map[File, PreviousResult], cancelPromise: Promise[Unit]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompileInputs
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CompileInputs(scalaInstance: ScalaInstance, compilerCache: CompilerCache, sources: Array[AbsolutePath], classpath: Array[AbsolutePath], store: IRStore, classesDir: AbsolutePath, baseDirectory: AbsolutePath, scalacOptions: Array[String], javacOptions: Array[String], compileOrder: CompileOrder, classpathOptions: ClasspathOptions, previousResult: PreviousResult, previousCompilerResult: Result, reporter: Reporter, mode: CompileMode, dependentResults: Map[File, PreviousResult], cancelPromise: Promise[Unit])
Value Members
- val baseDirectory: AbsolutePath
- val cancelPromise: Promise[Unit]
- val classesDir: AbsolutePath
- val classpath: Array[AbsolutePath]
- val classpathOptions: ClasspathOptions
- val compileOrder: CompileOrder
- val compilerCache: CompilerCache
- val dependentResults: Map[File, PreviousResult]
- val javacOptions: Array[String]
- val mode: CompileMode
- val previousCompilerResult: Result
- val previousResult: PreviousResult
- val reporter: Reporter
- val scalaInstance: ScalaInstance
- val scalacOptions: Array[String]
- val sources: Array[AbsolutePath]
- val store: IRStore