Enhanced C#
Language of your choice: library documentation
|
Please use the new name of this class, LineColumnFile. This is a LineColumnFile that also includes the original index from which the Line and PosInLine were derived. More...
Please use the new name of this class, LineColumnFile. This is a LineColumnFile that also includes the original index from which the Line and PosInLine were derived.
Returned by SourceFileWithLineRemaps.IndexToLine.
Properties | |
int | OriginalIndex [get] |
![]() | |
string | FileName [get] |
![]() | |
int | Line [get] |
int | Column [get] |
int | PosInLine [get] |
![]() | |
int | Line [get] |
int | Column [get] |
![]() | |
string | FileName [get] |
Public Member Functions | |
SourcePosAndIndex (int originalIndex, string fileName, int line, int column) | |
![]() | |
LineColumnFile (int Line, int PosInLine, string FileName) | |
LineColumnFile (string FileName, int Line, int PosInLine) | |
![]() | |
SourcePos (string FileName, int Line, int PosInLine) | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
![]() | |
LineAndColumn (int Line, int Column) | |
![]() | |
LineAndCol (int Line, int Column) | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Additional Inherited Members | |
![]() | |
new static LineColumnFile | Nowhere = new LineColumnFile() |
![]() | |
static LineAndCol | Nowhere = new LineAndCol() |
![]() | |
string | _fileName |
![]() | |
int | _line |
int | _column |