Click or drag to resize

BaseRecognizerDebugEndBacktrack Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugEndBacktrack(System.Int32,System.Boolean)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual void DebugEndBacktrack(
	int level,
	bool successful
)

Parameters

level
Type: SystemInt32

[Missing <param name="level"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugEndBacktrack(System.Int32,System.Boolean)"]

successful
Type: SystemBoolean

[Missing <param name="successful"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugEndBacktrack(System.Int32,System.Boolean)"]

See Also