Packages

c

scala.io.Source

Positioner

class Positioner extends AnyRef

Source
Source.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Positioner
  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. All

Instance Constructors

  1. new Positioner()
  2. new Positioner(encoder: Position)

Value Members

  1. var ccol: Int
  2. var ch: Char

    the last character returned by next.

  3. var cline: Int

    current line and column

  4. def next(): Char
  5. var pos: Int

    position of last character returned by next

  6. var tabinc: Int

    default col increment for tabs '\t', set to 4 initially