Click or drag to resize

BaseRecognizerDebugEnterDecision Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugEnterDecision(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 DebugEnterDecision(
	int decisionNumber,
	bool couldBacktrack
)

Parameters

decisionNumber
Type: SystemInt32

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

couldBacktrack
Type: SystemBoolean

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

See Also