Fan

 

class

compiler::Location

sys::Obj
  compiler::Location

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

Slots

colSource

Int? col

fileSource

Str? file

fileUriSource

Str? fileUri()

filenameSource

Str? filename()

lineSource

Int? line

makeSource

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

makeFileSource

new makeFile(File? file)

makeUninitSource

new makeUninit()

toLocationStrSource

Str toLocationStr()

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.