Packages

class Accumulator extends AnyRef

Accumulate multi-line input. Shared by Reader and Completer, which must parse accumulated result.

Source
InteractiveReader.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Accumulator
  2. AnyRef
  3. 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 Accumulator()

Value Members

  1. def +=(s: String): Unit
  2. def reset(): Unit
  3. var text: List[String]
  4. def toString(): String
    Definition Classes
    Accumulator → AnyRef → Any