RegFileParser Fields

tikumo.regis3

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

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