logo

class

compiler::Location

sys::Obj
  compiler::Location

Location provides a source file, line number, and column number.

Slots

col

Int col

Source

file

Str file

Source

fileUri

Str fileUri()

Source

filename

Str filename()

Source

line

Int line

Source

make

new make(Str file, Int line := null, Int col := null)

Source

makeFile

new makeFile(File file)

Source

makeUninit

new makeUninit()

Source

toLocationStr

Str toLocationStr()

Source

toStr

override Str toStr()

Return a string representation of this object.

Source