Click or drag to resize

TreeParserTraceOut Method (String, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.TraceOut(System.String,System.Int32)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void TraceOut(
	string ruleName,
	int ruleIndex
)

Parameters

ruleName
Type: SystemString

[Missing <param name="ruleName"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.TraceOut(System.String,System.Int32)"]

ruleIndex
Type: SystemInt32

[Missing <param name="ruleIndex"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.TraceOut(System.String,System.Int32)"]

See Also