Uses of Class
org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Packages that use ParseTreeMatch
-
Uses of ParseTreeMatch in org.antlr.v4.runtime.tree.pattern
Methods in org.antlr.v4.runtime.tree.pattern that return ParseTreeMatchModifier and TypeMethodDescriptionMatch a specific parse tree against this tree pattern.Comparepattern
matched as rulepatternRuleIndex
againsttree
and return aParseTreeMatch
object that contains the matched elements, or the node at which the match failed.ParseTreePatternMatcher.match
(ParseTree tree, ParseTreePattern pattern) Comparepattern
matched againsttree
and return aParseTreeMatch
object that contains the matched elements, or the node at which the match failed.Methods in org.antlr.v4.runtime.tree.pattern that return types with arguments of type ParseTreeMatchModifier and TypeMethodDescriptionFind all nodes using XPath and then try to match those subtrees against this tree pattern.