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.pattern
Methods 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 ParseTree
ParseTreePatternMatcher. 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 ofParseTreeMatch
from the specified parse tree and pattern.
-