scala.io.Source

Positioner

class Positioner extends AnyRef

known subclasses: NoPositioner, NoPositioner

Inherits

  1. AnyRef
  2. Any

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 equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  5. def hashCode(): Int

    Returns a hash code value for the object

  6. def next: Char

  7. var pos: Int

    position of last character returned by next

  8. var tabinc: Int

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

  9. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new Positioner()