scala.tools.nsc.interpreter

session

package session

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

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. session
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait FileBackedHistory extends JLineHistory with JPersistentHistory

    TODO: file locking.

  2. trait History extends AnyRef

    An implementation-agnostic history interface which makes no reference to the jline classes.

  3. type JEntry = Entry

  4. type JHistory = jline.console.history.History

  5. type JIterator[T] = java.util.Iterator[T]

  6. trait JLineHistory extends JHistory with History

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

  7. type JListIterator[T] = ListIterator[T]

  8. type JMemoryHistory = MemoryHistory

  9. type JPersistentHistory = PersistentHistory

  10. class SimpleHistory extends JLineHistory

Value Members

  1. object FileBackedHistory

  2. object History

  3. object JLineHistory

  4. object NoHistory extends History

Inherited from AnyRef

Inherited from Any

Ungrouped