Packages

class Completion extends shell.Completion with Completer

A Completion bridge to JLine3. It delegates both interfaces to an underlying Completion.

Source
Reader.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Completion
  2. Completer
  3. Completion
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Completion(delegate: shell.Completion)

Value Members

  1. def complete(lineReader: LineReader, parsedLine: ParsedLine, newCandidates: java.util.List[Candidate]): Unit
    Definition Classes
    Completion → Completer
  2. def complete(buffer: String, cursor: Int, filter: Boolean): CompletionResult
    Definition Classes
    CompletionCompletion
  3. final def complete(buffer: String, cursor: Int): CompletionResult
    Definition Classes
    Completion