Positioner

scala.io.Source.Positioner
class Positioner(encoder: Position)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Source.this.NoPositioner

Members list

Value members

Constructors

def this()

Concrete methods

def next(): Char

Concrete fields

var ccol: Int
var ch: Char

the last character returned by next.

the last character returned by next.

Attributes

var cline: Int

current line and column

current line and column

Attributes

var pos: Int

position of last character returned by next

position of last character returned by next

Attributes

var tabinc: Int

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

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

Attributes