Enhanced C#
Language of your choice: library documentation
|
A SourcePos that also includes the original index from which the Line and PosInLine were derived. More...
A SourcePos that also includes the original index from which the Line and PosInLine were derived.
Properties | |
int | OriginalIndex [get, set] |
![]() | |
string | FileName [get] |
![]() | |
int | Line [get] |
int | PosInLine [get] |
Public Member Functions | |
SourcePosAndIndex (int originalIndex, string FileName, int Line, int PosInLine) | |
![]() | |
SourcePos (string FileName, int Line, int PosInLine) | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
![]() | |
LineAndCol (int Line, int PosInLine) | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Additional Inherited Members | |
![]() | |
new static SourcePos | Nowhere = new SourcePos() |
![]() | |
static LineAndCol | Nowhere = new LineAndCol() |
![]() | |
string | _fileName |
![]() | |
int | _line |
int | _posInLine |