t

xsbti.compile

ScalaCompiler

trait ScalaCompiler extends AnyRef

Represent the interface of a Scala compiler.

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

Abstract Value Members

  1. abstract def classpathOptions(): ClasspathOptions

    Return the ClasspathOptions used by this instance of the compiler.

  2. abstract def compile(sources: Array[VirtualFile], classpath: Array[VirtualFile], converter: FileConverter, changes: DependencyChanges, options: Array[String], output: Output, callback: AnalysisCallback, reporter: Reporter, progressOpt: Optional[CompileProgress], log: Logger): Unit

    Recompile the subset of sources impacted by the changes defined in changes and collect the new APIs.

    Recompile the subset of sources impacted by the changes defined in changes and collect the new APIs.

    sources

    All the sources of the project.

    changes

    The changes that have been detected at the previous step.

    options

    The arguments to give to the Scala compiler. For more information, run scalac -help.

    output

    The location where generated class files should be put.

    callback

    The callback to which the extracted information should be reported.

    reporter

    The reporter to which errors and warnings should be reported during compilation.

    progressOpt

    The progress interface in which the Scala compiler will report on the file being compiled.

    log

    The logger in which the Scala compiler will log info.

  3. abstract def scalaInstance(): ScalaInstance

    Return the ScalaInstance used by this instance of the compiler.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped