Searched refs:VocabularyImpl (Results 1 – 6 of 6) sorted by relevance
8 use Antlr\Antlr4\Runtime\VocabularyImpl; alias14 parent::__construct($dfa, new VocabularyImpl());
11 use Antlr\Antlr4\Runtime\VocabularyImpl; alias158 return $this->toString(VocabularyImpl::emptyVocabulary());
13 final class VocabularyImpl implements Vocabulary class122 return new VocabularyImpl($literalNames, $symbolicNames, $tokenNames);
18 use Antlr\Antlr4\Runtime\VocabularyImpl; alias633 … return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
20 use Antlr\Antlr4\Runtime\VocabularyImpl; alias289 … return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
38 use Antlr\Antlr4\Runtime\VocabularyImpl; alias2273 …$vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocab…