Version 24.2 (latest)

EbnfLoadResult Class Properties

For a list of all members of this type, see EbnfLoadResult members.

Public Properties
 NameDescription
Public PropertyErrorsGets the read-only collection of EbnfLoadError instances describing the errors in the parsed EBNF file.  
Public PropertyGrammarGets the grammar parsed from the EBNF file if there were no errors in the file.  
Public PropertySuccessGet the value indicating whether the import operation was successful. If True, Grammar will be the instance representing the grammar defined by the EBNF file.  
See Also