Uses of Class
org.antlr.v4.runtime.misc.MultiMap
- 
Packages that use MultiMap Package Description org.antlr.v4.runtime.tree.pattern 
- 
- 
Uses of MultiMap in org.antlr.v4.runtime.tree.patternMethods in org.antlr.v4.runtime.tree.pattern that return MultiMap Modifier and Type Method Description MultiMap<String,ParseTree>ParseTreeMatch. getLabels()Return a mapping from label → [list of nodes].Methods in org.antlr.v4.runtime.tree.pattern with parameters of type MultiMap Modifier and Type Method Description protected ParseTreeParseTreePatternMatcher. matchImpl(ParseTree tree, ParseTree patternTree, MultiMap<String,ParseTree> labels)Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type MultiMap Constructor Description ParseTreeMatch(ParseTree tree, ParseTreePattern pattern, MultiMap<String,ParseTree> labels, ParseTree mismatchedNode)Constructs a new instance ofParseTreeMatchfrom the specified parse tree and pattern.
 
-