Click or drag to resize

TreeParserMatchAny Method

Match '.' in tree parser has special meaning. Skip node or entire tree if node has children. If children, scan until corresponding UP node.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public override void MatchAny(
	IIntStream ignore
)

Parameters

ignore
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIIntStream

[Missing <param name="ignore"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.MatchAny(Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream)"]

See Also