The following tables list the members exposed by ParseErrorContext.
Name | Description | |
---|---|---|
Errors | Gets the collection of errors which have occurred. | |
IsMissing | Gets the value indicating if the error represents a missing node which was created by the parse to complete the parse tree. | |
IsSkipped | Gets the value indicating if the error represents a token which was skipped because it was not expected in a specific context. | |
SnapshotSpan | Gets the SnapshotSpan indicating the location of the error within the document. | |
Span | Gets the TextSpan indicating the location of the error within the document. | |
Symbol | Gets the terminal or non-terminal symbol which is associated with the error(s). |