Positioner

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

Attributes

Source
Source.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Constructors

def this()

Attributes

Source
Source.scala

Concrete methods

def next(): Char

Attributes

Source
Source.scala

Concrete fields

var ccol: Int

Attributes

Source
Source.scala
var ch: Char

the last character returned by next.

the last character returned by next.

Attributes

Source
Source.scala
var cline: Int

current line and column

current line and column

Attributes

Source
Source.scala
var pos: Int

position of last character returned by next

position of last character returned by next

Attributes

Source
Source.scala
var tabinc: Int

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

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

Attributes

Source
Source.scala