Uses of Class
org.antlr.v4.runtime.misc.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in org.antlr.v4.runtime.tree.pattern
Fields in org.antlr.v4.runtime.tree.pattern declared as MultiMapModifier and TypeFieldDescriptionParseTreeMatch.labelsThis is the backing field forParseTreeMatch.getLabels().Methods in org.antlr.v4.runtime.tree.pattern that return MultiMapModifier and TypeMethodDescriptionParseTreeMatch.getLabels()Return a mapping from label → [list of nodes].Methods in org.antlr.v4.runtime.tree.pattern with parameters of type MultiMapModifier and TypeMethodDescriptionprotected ParseTreeParseTreePatternMatcher.matchImpl(ParseTree tree, ParseTree patternTree, MultiMap<String, ParseTree> labels) Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type MultiMapModifierConstructorDescriptionParseTreeMatch(ParseTree tree, ParseTreePattern pattern, MultiMap<String, ParseTree> labels, ParseTree mismatchedNode) Constructs a new instance ofParseTreeMatchfrom the specified parse tree and pattern. -
Uses of MultiMap in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as MultiMap