Uses of Class
org.antlr.v4.runtime.misc.MultiMap
-
Packages that use MultiMap Package Description org.antlr.v4.runtime.tree.pattern org.antlr.v4.tool -
-
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<java.lang.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<java.lang.String,ParseTree> labels)
Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type MultiMap Constructor Description ParseTreeMatch(ParseTree tree, ParseTreePattern pattern, MultiMap<java.lang.String,ParseTree> labels, ParseTree mismatchedNode)
Constructs a new instance ofParseTreeMatch
from the specified parse tree and pattern. -
Uses of MultiMap in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as MultiMap Modifier and Type Field Description MultiMap<java.lang.String,Rule>
LexerGrammar. modes
DEFAULT_MODE rules are added first due to grammar syntax order
-