Struct Location
The location of the node in the file (if there is a file)
struct Location
;
Fields
Name | Type | Description |
---|---|---|
column
|
ulong | Column 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
|
string | The file in which the node resides. |
line
|
ulong | Line at which the error happen (or 0 if no line information is available) |
Methods
Name | Description |
---|---|
toString
()
|
|
toString
(sink, spec)
|
Format this Location into a human-readable representation
|