| Package | Description |
|---|---|
| org.antlr.v4.runtime.tree.pattern |
| Modifier and Type | Method and Description |
|---|---|
MultiMap<String,ParseTree> |
ParseTreeMatch.getLabels()
Return a mapping from label → [list of nodes].
|
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreePatternMatcher.matchImpl(ParseTree tree,
ParseTree patternTree,
MultiMap<String,ParseTree> labels)
|
| Constructor and Description |
|---|
ParseTreeMatch(ParseTree tree,
ParseTreePattern pattern,
MultiMap<String,ParseTree> labels,
ParseTree mismatchedNode)
Constructs a new instance of
ParseTreeMatch from the specified
parse tree and pattern. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.