Click or drag to resize

BaseRecognizerRecover Method

Recover from an error found on the input stream. This is for NoViableAlt and mismatched symbol exceptions. If you enable single token insertion and deletion, this will usually not handle mismatched symbol exceptions but there could be a mismatched token that the match() routine could not recover from.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void Recover(
	IIntStream input,
	RecognitionException re
)

Parameters

input
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIIntStream

[Missing <param name="input"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.Recover(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException)"]

re
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeRecognitionException

[Missing <param name="re"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.Recover(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream,Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException)"]

See Also