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
Syntaxpublic static IList<string> GetRuleInvocationStack(
StackTrace trace
)
Public Shared Function GetRuleInvocationStack (
trace As StackTrace
) As IList(Of String)
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