Packages

class ReplCompletion extends Completion

Completion for the REPL.

Source
ReplCompletion.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplCompletion
  2. Completion
  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. Protected

Instance Constructors

  1. new ReplCompletion(intp: Repl, accumulator: Accumulator = new Accumulator)

Value Members

  1. val accumulator: Accumulator
  2. def complete(before: String, after: String = ""): CompletionResult
  3. def complete(buffer: String, cursor: Int, filter: Boolean): CompletionResult
    Definition Classes
    ReplCompletionCompletion
  4. final def complete(buffer: String, cursor: Int): CompletionResult
    Definition Classes
    Completion