Packages

object REPL

Interface of interactive compiler to a client such as an IDE

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

Value Members

  1. def loop(action: (String) ⇒ Unit): Unit
  2. def main(args: Array[String]): Unit
  3. def process(args: Array[String]): Unit
  4. val prompt: String
  5. var reporter: ConsoleReporter
  6. def run(comp: Global): Unit

    Commands:

    Commands:

    reload file1 ... fileN typeat file off1 off2? complete file off1 off2?

  7. def show[T](svar: Response[T]): Option[Unit]
  8. def toSourceFile(name: String): BatchSourceFile
  9. def using[T, U](svar: Response[T])(op: (T) ⇒ U): Option[U]
  10. val versionMsg: String