package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait CompileOutputCommon extends AnyRef
- final class PathResolver extends AnyRef
-
abstract
class
SocketServer extends CompileOutputCommon
The abstract class SocketServer implements the server communication for the fast Scala compiler.
The abstract class SocketServer implements the server communication for the fast Scala compiler.
- Version
1.0
-
final
case class
SystemExit(code: Int) extends Throwable with ControlThrowable with Product with Serializable
This class exists to replace existing calls to
System.exit
orsys.exit
in the compiler.This class exists to replace existing calls to
System.exit
orsys.exit
in the compiler. It is recommended to avoid using this class where possible, and instead use a design that does not require terminating the JVM.- code
the exit code
Value Members
- object PathResolver
- object VerifyClass
The Scala compiler and reflection APIs.