Uses of Class
org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Packages that use ParseTreePatternMatcher Package Description org.antlr.v4.runtime.tree.pattern -
-
Uses of ParseTreePatternMatcher in org.antlr.v4.runtime.tree.pattern
Fields in org.antlr.v4.runtime.tree.pattern declared as ParseTreePatternMatcher Modifier and Type Field Description private ParseTreePatternMatcherParseTreePattern. matcherThis is the backing field forParseTreePattern.getMatcher().Methods in org.antlr.v4.runtime.tree.pattern that return ParseTreePatternMatcher Modifier and Type Method Description ParseTreePatternMatcherParseTreePattern. getMatcher()Get theParseTreePatternMatcherwhich created this tree pattern.Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type ParseTreePatternMatcher Constructor Description ParseTreePattern(ParseTreePatternMatcher matcher, java.lang.String pattern, int patternRuleIndex, ParseTree patternTree)Construct a new instance of theParseTreePatternclass.
-