Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class PathResolver extends AnyRef
  2. final case class SystemExit(code: Int) extends 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