812813814815816817818
* Gets a {@link Vocabulary} instance describing the vocabulary used by the * grammar. */ @NotNull public Vocabulary getVocabulary() { return new VocabularyImpl(getTokenLiteralNames(), getTokenSymbolicNames()); }