Positioner

class Positioner(encoder: Position)
class Object
trait Matchable
class Any
object NoPositioner.type
object RelaxedPositioner.type

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.

Source:
Source.scala
var cline: Int

current line and column

current line and column

Source:
Source.scala
var pos: Int

position of last character returned by next

position of last character returned by next

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

Source:
Source.scala