scala.io.Source

class Positioner

[source: scala/io/Source.scala]

class Positioner
extends AnyRef
Direct Known Subclasses:
Source.NoPositioner

Value Summary
var ccol : Int
var ch : Char
the last character returned by next.
var cline : Int
current line and column
var pos : Int
position of last character returned by next
var tabinc : Int
default col increment for tabs '\t', set to 4 initially
Method Summary
def next : Char
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
var ch : Char
the last character returned by next.

var pos : Int
position of last character returned by next

var cline : Int
current line and column

var ccol : Int

var tabinc : Int
default col increment for tabs '\t', set to 4 initially

Method Details
def next : Char