RegFileParser Methods

tikumo.regis3

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

  NameDescription
Public methodParse(String)
This method imports a registry key from the text of a .REG file
Protected methodParse(String, AbstractFileParser ExpectFunc)
Start parsing the given content from an initial state
(Inherited from AbstractFileParser.)
Protected methodSyntaxError
This function should be used to create SyntaxError exceptions. It provides a generic helptext as well as contextual information (such as line / column number, and file context) in the trace data. Typical use in a parser would be something like this: throw SyntaxError("error message goes here")
(Inherited from AbstractFileParser.)
Back to Top
See Also