Click or drag to resize

BaseRecognizerGetRuleInvocationStack Method (StackTrace)

A more general version of GetRuleInvocationStack where you can pass in the StackTrace of, for example, a RecognitionException to get it's rule stack trace.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static IList<string> GetRuleInvocationStack(
	StackTrace trace
)

Parameters

trace
Type: System.DiagnosticsStackTrace

[Missing <param name="trace"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.GetRuleInvocationStack(System.Diagnostics.StackTrace)"]

Return Value

Type: IListString

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.GetRuleInvocationStack(System.Diagnostics.StackTrace)"]

See Also