Uses of Interface
org.antlr.v4.runtime.Vocabulary
Packages that use Vocabulary
Package
Description
-
Uses of Vocabulary in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement VocabularyModifier and TypeClassDescriptionclassThis class provides a default implementation of theVocabularyinterface.Methods in org.antlr.v4.runtime that return VocabularyModifier and TypeMethodDescriptionstatic VocabularyVocabularyImpl.fromTokenNames(String[] tokenNames) Returns aVocabularyImplinstance from the specified set of token names.LexerInterpreter.getVocabulary()ParserInterpreter.getVocabulary()Recognizer.getVocabulary()Get the vocabulary used by the recognizer.Constructors in org.antlr.v4.runtime with parameters of type VocabularyModifierConstructorDescriptionLexerInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, Collection<String> channelNames, Collection<String> modeNames, ATN atn, CharStream input) LexerInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, Collection<String> modeNames, ATN atn, CharStream input) Deprecated.ParserInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, ATN atn, TokenStream input) -
Uses of Vocabulary in org.antlr.v4.runtime.dfa
Methods in org.antlr.v4.runtime.dfa with parameters of type VocabularyConstructors in org.antlr.v4.runtime.dfa with parameters of type Vocabulary -
Uses of Vocabulary in org.antlr.v4.runtime.misc
Methods in org.antlr.v4.runtime.misc with parameters of type VocabularyModifier and TypeMethodDescriptionprotected StringIntervalSet.elementName(Vocabulary vocabulary, int a) IntervalSet.toString(Vocabulary vocabulary) -
Uses of Vocabulary in org.antlr.v4.runtime.tree.xpath
Fields in org.antlr.v4.runtime.tree.xpath declared as VocabularyMethods in org.antlr.v4.runtime.tree.xpath that return Vocabulary -
Uses of Vocabulary in org.antlr.v4.tool
Methods in org.antlr.v4.tool that return VocabularyModifier and TypeMethodDescriptionGrammar.getVocabulary()Gets aVocabularyinstance describing the vocabulary used by the grammar.Constructors in org.antlr.v4.tool with parameters of type VocabularyModifierConstructorDescriptionGrammarParserInterpreter(Grammar g, String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, ATN atn, TokenStream input)