Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package interpreter

    The main REPL related classes and values are as follows.

    The main REPL related classes and values are as follows. In addition to standard compiler classes Global and Settings, there are:

    History: an interface for session history. Completion: an interface for tab completion. ILoop (formerly InterpreterLoop): The umbrella class for a session. IMain (formerly Interpreter): Handles the evolving state of the session and handles submitting code to the compiler and handling the output. InteractiveReader: how ILoop obtains input. History: an interface for session history. Completion: an interface for tab completion. Power: a repository for more advanced/experimental features.

    ILoop contains { in: InteractiveReader, intp: IMain, settings: Settings, power: Power } InteractiveReader contains { history: History, completion: Completion } IMain contains { global: Global }

    Definition Classes
    nsc
  • package jline
    Definition Classes
    interpreter
  • FileBackedHistory
  • InteractiveReader
  • JLineDelimiter
  • JLineHistory
  • package session

    Files having to do with the state of a repl session: lines of text entered, types and terms defined, etc.

    Files having to do with the state of a repl session: lines of text entered, types and terms defined, etc.

    Definition Classes
    interpreter

package jline

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait FileBackedHistory extends JLineHistory with PersistentHistory

    TODO: file locking.

  2. class InteractiveReader extends interpreter.InteractiveReader

    Reads from the console using JLine.

    Reads from the console using JLine.

    Eagerly instantiates all relevant JLine classes, so that we can detect linkage errors on new JLineReader and retry.

  3. class JLineDelimiter extends ArgumentDelimiter
  4. trait JLineHistory extends History with History

    A straight scalafication of the jline interface which mixes in the sparse jline-independent one too.

Value Members

  1. object FileBackedHistory
  2. object JLineHistory

Ungrouped