class

Loc

@Js
const class Loc : Obj

Source code location.

constructors make

Constructor

fields synthetic

Synthetic

eval

Generic eval location

file

File or func record name

line

Line number (one based)

unknown

Unknown location

methods toStr

Location string

isUnknown

Is this the unknown location

eval const static Loc : eval

Generic eval location

file const Str : file

File or func record name

isUnknown Bool isUnknown()

Is this the unknown location

line const Int : line

Line number (one based)

make new make(Str file, Int line)

Constructor

synthetic const static Loc : synthetic

Synthetic

toStr virtual Str toStr()

Location string

unknown const static Loc : unknown

Unknown location

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