SourceRange
A half-open range of a node within a source file (i.e. of the form [start, end)).
Internal constructor
fromProtobuf
getEndColumn
The 1-based column number.
getEndLine
The 1-based line number.
getFileName
The name of the file this was loaded from.
getStartColumn
getStartLine
getValid
True if this represents a valid location in the original source file.