Packages

object Reader

Source
Reader.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class CommandParser extends Parser
  2. class ReplParser extends Parser
  3. case class ScalaParsedLine(line: String, cursor: Int, wordCursor: Int, wordIndex: Int, tokens: List[TokenData]) extends CompletingParsedLine with Product with Serializable

    Lines of Scala are opaque to JLine.

    Lines of Scala are opaque to JLine.

    line

    the line

  4. class ScalaParser extends Parser

Value Members

  1. def apply(config: ShellConfig, repl: Repl, completion: shell.Completion, accumulator: Accumulator): Reader

    Construct a Reader with various JLine3-specific set-up.

    Construct a Reader with various JLine3-specific set-up. The shell.Completion is wrapped in the jline.Completion bridge to enable completion from JLine3.