RelaxedPositioner

scala.io.Source.RelaxedPositioner
object RelaxedPositioner extends Positioner

Attributes

Source
Source.scala
Graph
Supertypes
class Source.this.Positioner
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def next(): Char

Attributes

Inherited from:
Positioner
Source
Source.scala

Inherited fields

var ccol: Int

Attributes

Inherited from:
Positioner
Source
Source.scala
var ch: Char

the last character returned by next.

the last character returned by next.

Attributes

Inherited from:
Positioner
Source
Source.scala
var cline: Int

Current line and column.

Current line and column.

Attributes

Inherited from:
Positioner
Source
Source.scala
var pos: Int

Position of last character returned by next.

Position of last character returned by next.

Attributes

Inherited from:
Positioner
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

Inherited from:
Positioner
Source
Source.scala