Uses of Class
org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Packages that use ParseTreePatternMatcher
-
Uses of ParseTreePatternMatcher in org.antlr.v4.runtime.tree.pattern
Methods in org.antlr.v4.runtime.tree.pattern that return ParseTreePatternMatcherModifier and TypeMethodDescriptionParseTreePattern.getMatcher()
Get theParseTreePatternMatcher
which created this tree pattern.Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type ParseTreePatternMatcherModifierConstructorDescriptionParseTreePattern
(ParseTreePatternMatcher matcher, String pattern, int patternRuleIndex, ParseTree patternTree) Construct a new instance of theParseTreePattern
class.