TextPosition
The position in the source code.
An empty position (0, 0, 0).
Gets the column within the document.
The column is 1-based, so the first column has value 1.
Gets the index within the source.
The index is 0-based, so the first character is at index 0.
Gets the line within the document.
The line is 1-based, so the first line has value 1.
Gets the position within the source.
The position is 1-based, so the first character is at position 1.
Creates a new text position.
Compares the two positions by their absolute positions in the text
source.
Compares the two positions by their absolute positions in the text
source.
Returns a new text position that is after the given character.
Returns a new text position that is after the given string.
Compares the current position with another position.
Indicates whether the current position is equal to the given
position.
Returns a new text position that includes the given offset.