Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CompileOutputCommon extends AnyRef
  2. final class PathResolver extends AnyRef
  3. 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

  4. final case class SystemExit(code: Int) extends Throwable with ControlThrowable with Product with Serializable

    This class exists to replace existing calls to System.exit or sys.exit in the compiler.

    This class exists to replace existing calls to System.exit or sys.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

  1. object PathResolver
  2. object VerifyClass

Ungrouped