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 jline.console.history.History.Entry 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 asJavaList: JListIterator[JEntry]

    Definition Classes
    SimpleHistory
  13. def asList: List[JEntry]

    Definition Classes
    SimpleHistory
  14. def asStrings: List[String]

    Definition Classes
    SimpleHistoryHistory
  15. def clear(): Unit

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

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

    Definition Classes
    SimpleHistoryJLineHistory → History
  18. 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
  19. 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
  20. 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
  21. 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
  22. def entries(): JListIterator[JEntry]

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

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

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

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

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

    Definition Classes
    FileBackedHistory → PersistentHistory
  28. 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()
  29. def get(idx: Int): CharSequence

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

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

    Definition Classes
    SimpleHistoryHistory
  32. def hashCode(): Int

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

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  34. def index: Int

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

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

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

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

    Definition Classes
    SimpleHistory
  39. def load(): Unit

    Definition Classes
    FileBackedHistory
  40. def maxSize: Int

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

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

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

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

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

    Definition Classes
    AnyRef
  46. def next(): Boolean

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

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

    Definition Classes
    AnyRef
  49. def previous(): Boolean

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

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

    Definition Classes
    SimpleHistoryJLineHistory → History
  52. def size: Int

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

    Overwrites the history file with the current memory.

    Overwrites the history file with the current memory.

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

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

    Definition Classes
    FileBackedHistory
  60. 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