BaseRecognizerNumberOfSyntaxErrors Property |
Get number of recognition errors (lexer, parser, tree parser). Each
recognizer tracks its own number. So parser and lexer each have
separate count. Does not count the spurious errors found between
an error and next valid token match
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual int NumberOfSyntaxErrors { get; }
Public Overridable ReadOnly Property NumberOfSyntaxErrors As Integer
Get
Property Value
Type:
Int32
See Also