Packages

object ILoop

Source
ILoop.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ILoop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class TestConfig extends ShellConfig

Value Members

  1. implicit def loopToInterpreter(repl: ILoop): Repl
  2. def run(lines: List[String]): String
  3. def run(code: String, sets: Settings = new Settings): String

    Creates an interpreter loop with default settings and feeds the given code to it as input.

  4. def runForTranscript(code: String, settings: Settings, config: ShellConfig, inSession: Boolean): String
  5. def runForTranscript(code: String, settings: Settings, inSession: Boolean = false): String
  6. object TestConfig