Uses of Class
org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Packages that use ParseTreePatternMatcher
-
Uses of ParseTreePatternMatcher in org.antlr.v4.runtime.tree.pattern
Fields in org.antlr.v4.runtime.tree.pattern declared as ParseTreePatternMatcherModifier and TypeFieldDescriptionprivate final ParseTreePatternMatcher
ParseTreePattern.matcher
This is the backing field forParseTreePattern.getMatcher()
.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.