NoPositioner

scala.io.Source.NoPositioner
object NoPositioner extends Positioner

Attributes

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

Members list

Value members

Concrete methods

override def next(): Char

Attributes

Definition Classes
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