Home
last modified time | relevance | path

Searched refs:emptyVocabulary (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php65 public static function emptyVocabulary() : self function in Antlr\\Antlr4\\Runtime\\VocabularyImpl
90 return self::emptyVocabulary();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php158 return $this->toString(VocabularyImpl::emptyVocabulary());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php2273 $vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocabulary();