Uses of Interface
org.antlr.v4.runtime.Vocabulary
- 
Packages that use Vocabulary Package Description org.antlr.v4.runtime org.antlr.v4.runtime.dfa org.antlr.v4.runtime.misc org.antlr.v4.runtime.tree.xpath 
- 
- 
Uses of Vocabulary in org.antlr.v4.runtimeClasses in org.antlr.v4.runtime that implement Vocabulary Modifier and Type Class Description classVocabularyImplThis class provides a default implementation of theVocabularyinterface.Methods in org.antlr.v4.runtime that return Vocabulary Modifier and Type Method Description static VocabularyVocabularyImpl. fromTokenNames(String[] tokenNames)Returns aVocabularyImplinstance from the specified set of token names.VocabularyLexerInterpreter. getVocabulary()VocabularyParserInterpreter. getVocabulary()VocabularyRecognizer. getVocabulary()Get the vocabulary used by the recognizer.Constructors in org.antlr.v4.runtime with parameters of type Vocabulary Constructor Description LexerInterpreter(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.dfaMethods in org.antlr.v4.runtime.dfa with parameters of type Vocabulary Modifier and Type Method Description StringDFA. toString(Vocabulary vocabulary)Constructors in org.antlr.v4.runtime.dfa with parameters of type Vocabulary Constructor Description DFASerializer(DFA dfa, Vocabulary vocabulary)
- 
Uses of Vocabulary in org.antlr.v4.runtime.miscMethods in org.antlr.v4.runtime.misc with parameters of type Vocabulary Modifier and Type Method Description protected StringIntervalSet. elementName(Vocabulary vocabulary, int a)StringIntervalSet. toString(Vocabulary vocabulary)
- 
Uses of Vocabulary in org.antlr.v4.runtime.tree.xpathFields in org.antlr.v4.runtime.tree.xpath declared as Vocabulary Modifier and Type Field Description static VocabularyXPathLexer. VOCABULARYMethods in org.antlr.v4.runtime.tree.xpath that return Vocabulary Modifier and Type Method Description VocabularyXPathLexer. getVocabulary()
 
-