Qore Programming Language Reference Manual
1.7.0
|
source location information More...
Public Attributes | |
bool | builtin |
if True then the code is builtin and there is no user source location | |
int | endline |
the ending source line number | |
*string | file |
the file name or parse label for the code | |
int | line |
the starting source line number | |
int | offset |
the offset line in the source (for when multiple source objects are defined from the same source) | |
*string | source |
the source object or file name tag (used when multiple source objects are defined from the same source) | |
source location information