The following tables list the members exposed by EbnfLoadResult.
Name | Description | |
---|---|---|
Errors | Gets the read-only collection of EbnfLoadError instances describing the errors in the parsed EBNF file. | |
Grammar | Gets the grammar parsed from the EBNF file if there were no errors in the file. | |
Success | Get the value indicating whether the import operation was successful. If True, Grammar will be the instance representing the grammar defined by the EBNF file. |
Name | Description | |
---|---|---|
ToString | Returns the string representation of this object. |