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 index

lineIndex

methods toStr

index const Int : index

lineIndex const Int : lineIndex

make new make(Int lineIndex, Int index)

toStr virtual Str toStr()

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT