package backend
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
-
class
StateManager
extends AnyRef
Represents a manager for the backend state of the REPL.