AbstractFileParser Fields

tikumo.regis3

AbstractFileParser Fields regdiff Code Documentation
The AbstractFileParser type exposes the following members.
Fields

  NameDescription
Protected fieldBuffer
Buffer used by parser states to collect longer strings
Protected fieldColumnNumber
Current column number
Protected fieldLineNumber
Current line number
Protected fieldParserState
This is the current parser state. Derived classes initialize and maintain this.
Back to Top
See Also