Packages

package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class State (activeDebugger: Option[Debugger], scalaVirtualMachines: Seq[ScalaVirtualMachine], dummyScalaVirtualMachine: DummyScalaVirtualMachine, activeThread: Option[ThreadInfo], activeThreadGroup: Option[ThreadGroupInfo], sourcePaths: Seq[Path], activeProfileName: String) extends Product with Serializable
  2. class StateManager extends AnyRef

    Represents a manager for the backend state of the REPL.

Value Members

  1. object State extends Serializable

Ungrouped