class
RawCompiler extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(sources: Seq[File], classpath: Seq[File], outputDirectory: File, options: Seq[String]): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
checkForFailure(mainClass: Class[_], args: Array[String]): Unit
-
def
clone(): AnyRef
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
A basic interface to the compiler. It is called in the same virtual machine, but no dependency analysis is done. This is used, for example, to compile the interface/plugin code. If
explicitClasspath
is true, the bootclasspath and classpath are not augmented. If it is false, the scala-library.jar fromscalaInstance
is put on bootclasspath and the scala-compiler jar goes on the classpath.