DynGenPar
Dynamic Generalized Parser
|
text position More...
Public Member Functions | |
TextPosition () | |
TextPosition (int l, int c) | |
void | reset () |
void | countCharacter (unsigned char c) |
convenience method to count a character More... | |
Public Attributes | |
int | line |
line, zero-based More... | |
int | col |
column, zero-based More... | |
text position
stored in the lexer state by some text-oriented token sources to allow correct error reporting
Definition at line 929 of file dyngenpar.h.
|
inline |
Definition at line 930 of file dyngenpar.h.
|
inline |
Definition at line 931 of file dyngenpar.h.
|
inline |
convenience method to count a character
Definition at line 936 of file dyngenpar.h.
|
inline |
Definition at line 933 of file dyngenpar.h.
int DynGenPar::TextPosition::col |
column, zero-based
Definition at line 947 of file dyngenpar.h.
int DynGenPar::TextPosition::line |
line, zero-based
Definition at line 946 of file dyngenpar.h.