Click or drag to resize

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
Syntax
public virtual int NumberOfSyntaxErrors { get; }

Property Value

Type: Int32
See Also