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 ParseTreePatternMatcher
ParseTreePattern. matcher
This is the backing field forParseTreePattern.getMatcher()
.Methods in org.antlr.v4.runtime.tree.pattern that return ParseTreePatternMatcher Modifier and Type Method Description ParseTreePatternMatcher
ParseTreePattern. getMatcher()
Get theParseTreePatternMatcher
which 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 theParseTreePattern
class.
-