type

Position

@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

const Int index

lineIndex

const Int lineIndex

make

new make(Int lineIndex, Int index)

toStr

virtual override Str toStr()