scala.tools.nsc.interpreter.session

SimpleHistory

class SimpleHistory extends JLineHistory

Source
SimpleHistory.scala
Linear Supertypes
JLineHistory, History, History, Iterable[Entry], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SimpleHistory
  2. JLineHistory
  3. History
  4. History
  5. Iterable
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleHistory()

Type Members

  1. case class Entry(index: Int, value: CharSequence) extends Entry with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(item: CharSequence): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asJavaList: JListIterator[JEntry]

  9. def asList: List[JEntry]

  10. def asStrings: List[String]

    Definition Classes
    SimpleHistoryHistory
  11. def clear(): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def current(): CharSequence

    Definition Classes
    SimpleHistoryJLineHistory → History
  14. def entries(): JListIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History
  15. def entries(idx: Int): JListIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def get(idx: Int): CharSequence

    Definition Classes
    SimpleHistoryJLineHistory → History
  20. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  21. def grep(s: String): List[String]

    Definition Classes
    SimpleHistoryHistory
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def index: Int

    Definition Classes
    SimpleHistoryJLineHistoryHistory → History
  24. def isEmpty(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def iterator(): JIterator[JEntry]

    Definition Classes
    SimpleHistoryJLineHistory → History → Iterable
  27. def last: String

  28. def maxSize: Int

  29. def moveTo(idx: Int): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  30. def moveToEnd(): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  31. def moveToFirst(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  32. def moveToLast(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def next(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def previous(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  38. def replace(item: CharSequence): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  39. def size: Int

    Definition Classes
    SimpleHistoryJLineHistoryHistory → History
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from JLineHistory

Inherited from History

Inherited from History

Inherited from Iterable[Entry]

Inherited from AnyRef

Inherited from Any