scala.tools.nsc.interpreter.session.JLineHistory

JLineFileHistory

class JLineFileHistory extends SimpleHistory with FileBackedHistory

Source
JLineHistory.scala
Linear Supertypes
FileBackedHistory, PersistentHistory, SimpleHistory, JLineHistory, History, jline.console.history.History, java.lang.Iterable[jline.console.history.History.Entry], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JLineFileHistory
  2. FileBackedHistory
  3. PersistentHistory
  4. SimpleHistory
  5. JLineHistory
  6. History
  7. History
  8. Iterable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JLineFileHistory()

Type Members

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

    Definition Classes
    SimpleHistory

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JLineFileHistory, B)

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to ArrowAssoc[JLineFileHistory] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    JLineFileHistorySimpleHistoryJLineHistory → History
  9. def addLineToFile(item: CharSequence): Unit

    Definition Classes
    FileBackedHistory
  10. def append(lines: String*): Unit

    Append one or more lines to the history file.

    Append one or more lines to the history file.

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def asStrings: List[String]

    Definition Classes
    SimpleHistoryHistory
  13. def clear(): Unit

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def current(): String

    Definition Classes
    SimpleHistoryJLineHistory → History
  16. def ensuring(cond: (JLineFileHistory) ⇒ Boolean, msg: ⇒ Any): JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to Ensuring[JLineFileHistory] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (JLineFileHistory) ⇒ Boolean): JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to Ensuring[JLineFileHistory] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to Ensuring[JLineFileHistory] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to Ensuring[JLineFileHistory] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def entries(): JListIterator[JEntry]

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def flush(): Unit

    Definition Classes
    FileBackedHistory → PersistentHistory
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def get(idx: Int): CharSequence

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

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. lazy val historyFile: File

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  31. def index: Int

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

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

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

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

    Definition Classes
    SimpleHistory
  36. def load(): Unit

    Definition Classes
    FileBackedHistory
  37. def maxSize: Int

    Definition Classes
    SimpleHistory
  38. def moveTo(idx: Int): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  43. def next(): Boolean

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

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

    Definition Classes
    AnyRef
  46. def previous(): Boolean

    Definition Classes
    SimpleHistoryJLineHistory → History
  47. def purge(): Unit

    Definition Classes
    FileBackedHistory → PersistentHistory
  48. def replace(item: CharSequence): Unit

    Definition Classes
    SimpleHistoryJLineHistory → History
  49. def size: Int

    Definition Classes
    SimpleHistoryJLineHistoryHistory → History
  50. def sync(): Unit

    Overwrites the history file with the current memory.

    Overwrites the history file with the current memory.

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. def withoutSaving[T](op: ⇒ T): T

    Definition Classes
    FileBackedHistory
  57. def [B](y: B): (JLineFileHistory, B)

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to ArrowAssoc[JLineFileHistory] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jLineFileHistory: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jLineFileHistory: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to ArrowAssoc[JLineFileHistory] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jLineFileHistory: ArrowAssoc[JLineFileHistory]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JLineFileHistory

    Implicit information
    This member is added by an implicit conversion from JLineFileHistory to Ensuring[JLineFileHistory] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jLineFileHistory: Ensuring[JLineFileHistory]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from FileBackedHistory

Inherited from PersistentHistory

Inherited from SimpleHistory

Inherited from JLineHistory

Inherited from History

Inherited from jline.console.history.History

Inherited from java.lang.Iterable[jline.console.history.History.Entry]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JLineFileHistory to StringAdd

Inherited by implicit conversion any2stringfmt from JLineFileHistory to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JLineFileHistory to ArrowAssoc[JLineFileHistory]

Inherited by implicit conversion any2Ensuring from JLineFileHistory to Ensuring[JLineFileHistory]

Ungrouped