| Package | Description |
|---|---|
| org.antlr.v4.runtime.tree.pattern |
| Modifier and Type | Field and Description |
|---|---|
private ParseTreePatternMatcher |
ParseTreePattern.matcher
This is the backing field for
ParseTreePattern.getMatcher(). |
| Modifier and Type | Method and Description |
|---|---|
ParseTreePatternMatcher |
ParseTreePattern.getMatcher()
Get the
ParseTreePatternMatcher which created this tree pattern. |
| Constructor and Description |
|---|
ParseTreePattern(ParseTreePatternMatcher matcher,
java.lang.String pattern,
int patternRuleIndex,
ParseTree patternTree)
Construct a new instance of the
ParseTreePattern class. |