Struct Location

The location of the node in the file (if there is a file)

struct Location ;

Fields

NameTypeDescription
column ulongColumn at which the error happen (or 0 if no column information is available) Column information is only printed if there's a line information.
file stringThe file in which the node resides.
line ulongLine at which the error happen (or 0 if no line information is available)

Methods

NameDescription
toString ()
toString (sink, spec) Format this Location into a human-readable representation