Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package interpreter

    The main REPL related classes and values are as follows.

    The main REPL related classes and values are as follows. In addition to standard compiler classes Global and Settings, there are:

    History: an interface for session history. Completion: an interface for tab completion. ILoop (formerly InterpreterLoop): The umbrella class for a session. IMain (formerly Interpreter): Handles the evolving state of the session and handles submitting code to the compiler and handling the output. InteractiveReader: how ILoop obtains input. History: an interface for session history. Completion: an interface for tab completion. Power: a repository for more advanced/experimental features.

    ILoop contains { in: InteractiveReader, intp: IMain, settings: Settings, power: Power } InteractiveReader contains { history: History, completion: Completion } IMain contains { global: Global }

    Definition Classes
    nsc
  • package jline
    Definition Classes
    interpreter
  • FileBackedHistory
  • InteractiveReader
  • JLineDelimiter
  • JLineHistory
c

scala.tools.nsc.interpreter.jline

InteractiveReader

class InteractiveReader extends interpreter.InteractiveReader

Reads from the console using JLine.

Eagerly instantiates all relevant JLine classes, so that we can detect linkage errors on new JLineReader and retry.

Source
JLineReader.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractiveReader
  2. InteractiveReader
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InteractiveReader(completer: () ⇒ Completion)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from InteractiveReader to any2stringadd[InteractiveReader] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InteractiveReader, B)
    Implicit
    This member is added by an implicit conversion from InteractiveReader to ArrowAssoc[InteractiveReader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def completion: Completion
    Definition Classes
    InteractiveReaderInteractiveReader
  9. def ensuring(cond: (InteractiveReader) ⇒ Boolean, msg: ⇒ Any): InteractiveReader
    Implicit
    This member is added by an implicit conversion from InteractiveReader to Ensuring[InteractiveReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (InteractiveReader) ⇒ Boolean): InteractiveReader
    Implicit
    This member is added by an implicit conversion from InteractiveReader to Ensuring[InteractiveReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): InteractiveReader
    Implicit
    This member is added by an implicit conversion from InteractiveReader to Ensuring[InteractiveReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): InteractiveReader
    Implicit
    This member is added by an implicit conversion from InteractiveReader to Ensuring[InteractiveReader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from InteractiveReader to StringFormat[InteractiveReader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val history: History
    Definition Classes
    InteractiveReaderInteractiveReader
  19. val interactive: Boolean
    Definition Classes
    InteractiveReaderInteractiveReader
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def postInit(): Unit
    Definition Classes
    InteractiveReaderInteractiveReader
  25. def readLine(prompt: String): String
    Definition Classes
    InteractiveReader
  26. def readOneKey(prompt: String): Int
    Definition Classes
    InteractiveReaderInteractiveReader
  27. def readOneLine(prompt: String): String
    Definition Classes
    InteractiveReaderInteractiveReader
  28. def readYesOrNo(prompt: String, alt: ⇒ Boolean): Boolean
    Definition Classes
    InteractiveReader
  29. def redrawLine(): Unit
    Definition Classes
    InteractiveReaderInteractiveReader
  30. def reset(): Unit
    Definition Classes
    InteractiveReaderInteractiveReader
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (InteractiveReader, B)
    Implicit
    This member is added by an implicit conversion from InteractiveReader to ArrowAssoc[InteractiveReader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InteractiveReader to any2stringadd[InteractiveReader]

Inherited by implicit conversion StringFormat from InteractiveReader to StringFormat[InteractiveReader]

Inherited by implicit conversion Ensuring from InteractiveReader to Ensuring[InteractiveReader]

Inherited by implicit conversion ArrowAssoc from InteractiveReader to ArrowAssoc[InteractiveReader]

Ungrouped