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 org.antlr.v4.tool -
-
Uses of Vocabulary in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement Vocabulary Modifier and Type Class Description classVocabularyImplThis class provides a default implementation of theVocabularyinterface.Fields in org.antlr.v4.runtime declared as Vocabulary Modifier and Type Field Description private VocabularyLexerInterpreter. vocabularyprivate VocabularyParserInterpreter. vocabularyFields in org.antlr.v4.runtime with type parameters of type Vocabulary Modifier and Type Field Description private static java.util.Map<Vocabulary,java.util.Map<java.lang.String,java.lang.Integer>>Recognizer. tokenTypeMapCacheMethods in org.antlr.v4.runtime that return Vocabulary Modifier and Type Method Description static VocabularyVocabularyImpl. fromTokenNames(java.lang.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(java.lang.String grammarFileName, Vocabulary vocabulary, java.util.Collection<java.lang.String> ruleNames, java.util.Collection<java.lang.String> channelNames, java.util.Collection<java.lang.String> modeNames, ATN atn, CharStream input)LexerInterpreter(java.lang.String grammarFileName, Vocabulary vocabulary, java.util.Collection<java.lang.String> ruleNames, java.util.Collection<java.lang.String> modeNames, ATN atn, CharStream input)Deprecated.ParserInterpreter(java.lang.String grammarFileName, Vocabulary vocabulary, java.util.Collection<java.lang.String> ruleNames, ATN atn, TokenStream input) -
Uses of Vocabulary in org.antlr.v4.runtime.dfa
Fields in org.antlr.v4.runtime.dfa declared as Vocabulary Modifier and Type Field Description private VocabularyDFASerializer. vocabularyMethods in org.antlr.v4.runtime.dfa with parameters of type Vocabulary Modifier and Type Method Description java.lang.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.misc
Fields in org.antlr.v4.runtime.misc declared as Vocabulary Modifier and Type Field Description (package private) VocabularyInterpreterDataReader.InterpreterData. vocabularyMethods in org.antlr.v4.runtime.misc with parameters of type Vocabulary Modifier and Type Method Description protected java.lang.StringIntervalSet. elementName(Vocabulary vocabulary, int a)java.lang.StringIntervalSet. 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 VocabularyXPathLexer. VOCABULARYMethods in org.antlr.v4.runtime.tree.xpath that return Vocabulary Modifier and Type Method Description VocabularyXPathLexer. getVocabulary() -
Uses of Vocabulary in org.antlr.v4.tool
Methods in org.antlr.v4.tool that return Vocabulary Modifier and Type Method Description VocabularyGrammar. getVocabulary()Gets aVocabularyinstance describing the vocabulary used by the grammar.Constructors in org.antlr.v4.tool with parameters of type Vocabulary Constructor Description GrammarParserInterpreter(Grammar g, java.lang.String grammarFileName, Vocabulary vocabulary, java.util.Collection<java.lang.String> ruleNames, ATN atn, TokenStream input)
-