type

Position

src @Js
const class Position : Obj

A position in the Scanner consists of its line index (i.e. line number) and its index within the line

constructors

fields

methods

Slot Details

index

src const Int index

lineIndex

src const Int lineIndex

make

src new make(Int lineIndex, Int index)

toStr

src virtual override Str toStr()