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 TypeClassDescriptionclass
This class provides a default implementation of theVocabulary
interface.Fields in org.antlr.v4.runtime declared as VocabularyModifier and TypeFieldDescriptionprivate final Vocabulary
LexerInterpreter.vocabulary
private final Vocabulary
ParserInterpreter.vocabulary
Fields in org.antlr.v4.runtime with type parameters of type VocabularyModifier and TypeFieldDescriptionprivate static final Map
<Vocabulary, Map<String, Integer>> Recognizer.tokenTypeMapCache
Methods in org.antlr.v4.runtime that return VocabularyModifier and TypeMethodDescriptionstatic Vocabulary
VocabularyImpl.fromTokenNames
(String[] tokenNames) Returns aVocabularyImpl
instance 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
Fields in org.antlr.v4.runtime.dfa declared as VocabularyMethods 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
Fields in org.antlr.v4.runtime.misc declared as VocabularyModifier and TypeFieldDescription(package private) Vocabulary
InterpreterDataReader.InterpreterData.vocabulary
Methods in org.antlr.v4.runtime.misc with parameters of type VocabularyModifier and TypeMethodDescriptionprotected String
IntervalSet.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 aVocabulary
instance 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)