Home
last modified time | relevance | path

Searched refs:VocabularyImpl (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DLexerDFASerializer.php8 use Antlr\Antlr4\Runtime\VocabularyImpl; alias
14 parent::__construct($dfa, new VocabularyImpl());
H A DDFA.php11 use Antlr\Antlr4\Runtime\VocabularyImpl; alias
158 return $this->toString(VocabularyImpl::emptyVocabulary());
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php13 final class VocabularyImpl implements Vocabulary class
122 return new VocabularyImpl($literalNames, $symbolicNames, $tokenNames);
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php18 use Antlr\Antlr4\Runtime\VocabularyImpl; alias
633 … return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
H A DPageSqlParser.php20 use Antlr\Antlr4\Runtime\VocabularyImpl; alias
289 … return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php38 use Antlr\Antlr4\Runtime\VocabularyImpl; alias
2273 …$vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocab…