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
- Alphabetic
- By Inheritance
- session
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
History extends AnyRef
An implementation-agnostic history interface which makes no reference to the jline classes.
An implementation-agnostic history interface which makes no reference to the jline classes. Very sparse right now.
- type JIterator[T] = java.util.Iterator[T]
- type JListIterator[T] = ListIterator[T]
- class SimpleHistory extends History
The Scala compiler and reflection APIs.