class

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 make

fields lineIndex

index

methods toStr

index const Int : index

lineIndex const Int : lineIndex

make new make(Int lineIndex, Int index)

toStr virtual Str toStr()

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST