SourcePosition
The position of a node within a source file.
Internal constructor
fromProtobuf
getColumn
The 1-based column number.
getFileName
The name of the file this was loaded from.
getLine
The 1-based line number.
getValid
True if this represents a valid location in the original source file.