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 theParseTreePatternMatcherwhich 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 theParseTreePatternclass.