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.runtime
Classes in org.antlr.v4.runtime that implement Vocabulary Modifier and Type Class Description class
VocabularyImpl
This class provides a default implementation of theVocabulary
interface.Methods in org.antlr.v4.runtime that return Vocabulary Modifier and Type Method Description static Vocabulary
VocabularyImpl. fromTokenNames(String[] tokenNames)
Returns aVocabularyImpl
instance from the specified set of token names.Vocabulary
LexerInterpreter. getVocabulary()
Vocabulary
ParserInterpreter. getVocabulary()
Vocabulary
Recognizer. 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.dfa
Methods in org.antlr.v4.runtime.dfa with parameters of type Vocabulary Modifier and Type Method Description String
DFA. 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.misc
Methods in org.antlr.v4.runtime.misc with parameters of type Vocabulary Modifier and Type Method Description protected String
IntervalSet. elementName(Vocabulary vocabulary, int a)
String
IntervalSet. toString(Vocabulary vocabulary)
-
Uses of Vocabulary in org.antlr.v4.runtime.tree.xpath
Fields in org.antlr.v4.runtime.tree.xpath declared as Vocabulary Modifier and Type Field Description static Vocabulary
XPathLexer. VOCABULARY
Methods in org.antlr.v4.runtime.tree.xpath that return Vocabulary Modifier and Type Method Description Vocabulary
XPathLexer. getVocabulary()
-