AbstractFileParser Fields | regdiff Code Documentation |
The AbstractFileParser type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
Buffer |
Buffer used by parser states to collect longer strings
| |
ColumnNumber |
Current column number
| |
LineNumber |
Current line number
| |
ParserState |
This is the current parser state. Derived classes initialize and maintain this.
|
See Also