Packages

object ILoop

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

Value Members

  1. implicit def loopToInterpreter(repl: ILoop): IMain
  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, inSession: Boolean = false): String