scala.tools.nsc.interpreter

JLineReader

class JLineReader extends InteractiveReader

Reads from the console using JLine.

Source
JLineReader.scala
Linear Supertypes
InteractiveReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JLineReader
  2. InteractiveReader
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JLineReader (_completion: ⇒ Completion)

Type Members

  1. class JLineConsoleReader extends ConsoleReader with ConsoleReaderHelper

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. lazy val completion : Completion

    Definition Classes
    JLineReaderInteractiveReader
  9. val consoleReader : JLineConsoleReader

  10. def currentLine : String

    Definition Classes
    JLineReaderInteractiveReader
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def eraseLine (): Unit

    Definition Classes
    JLineReaderInteractiveReader
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  17. lazy val history : JLineHistory

    Definition Classes
    JLineReaderInteractiveReader
  18. def init (): Unit

    Definition Classes
    JLineReaderInteractiveReader
  19. val interactive : Boolean

    Definition Classes
    JLineReaderInteractiveReader
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. lazy val keyBindings : List[KeyBinding]

    Definition Classes
    JLineReaderInteractiveReader
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def readAssumingNo (prompt: String): Boolean

    Definition Classes
    InteractiveReader
  26. def readAssumingYes (prompt: String): Boolean

    Definition Classes
    InteractiveReader
  27. def readLine (prompt: String): String

    Definition Classes
    InteractiveReader
  28. def readOneKey (prompt: String): Int

    Definition Classes
    JLineReaderInteractiveReader
  29. def readOneLine (prompt: String): String

    Definition Classes
    JLineReaderInteractiveReader
  30. def readYesOrNo (prompt: String, alt: ⇒ Boolean): Boolean

    Definition Classes
    InteractiveReader
  31. def redrawLine (): Unit

    Definition Classes
    JLineReaderInteractiveReader
  32. def reset (): Unit

    Definition Classes
    JLineReaderInteractiveReader
  33. def scalaToJline (tc: ScalaCompleter): Completer

  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from InteractiveReader

Inherited from AnyRef

Inherited from Any