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
Syntaxpublic override void MatchAny(
IIntStream ignore
)
Public Overrides Sub MatchAny (
ignore As IIntStream
)
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