NoSource
Value members
Concrete methods
Inherited methods
The column corresponding to offset
, starting at 0
The column corresponding to offset
, starting at 0
- Inherited from:
- SourceFile
The content of the line containing position offset
The content of the line containing position offset
- Inherited from:
- SourceFile
Map line to offset of first character in line
Map line to offset of first character in line
- Inherited from:
- SourceFile
Like lineToOffset
, but doesn't crash if the index is out of bounds.
Like lineToOffset
, but doesn't crash if the index is out of bounds.
- Inherited from:
- SourceFile
The start index of the line following the one containing position offset
The start index of the line following the one containing position offset
- Inherited from:
- SourceFile
Convert offset to line in this source file Lines are numbered from 0
Convert offset to line in this source file Lines are numbered from 0
- Inherited from:
- SourceFile
Map a position to a position in the underlying source file. For regular source files, simply return the argument.
Map a position to a position in the underlying source file. For regular source files, simply return the argument.
- Inherited from:
- SourceFile
The start of this file in the underlying source file
The start of this file in the underlying source file
- Inherited from:
- SourceFile
The padding of the column corresponding to offset
, includes tabs
The padding of the column corresponding to offset
, includes tabs
- Inherited from:
- SourceFile
The index of the first character of the line containing position offset
The index of the first character of the line containing position offset
- Inherited from:
- SourceFile