Home
last modified time | relevance | path

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

/plugin/combo/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());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php13 final class VocabularyImpl implements Vocabulary class
42 * in {@see VocabularyImpl::getDisplayName()}.
73 * Returns a {@see VocabularyImpl} instance from the specified set
78 * {@see VocabularyImpl::getLiteralName()} and {@see VocabularyImpl::getSymbolicName()},
122 return new VocabularyImpl($literalNames, $symbolicNames, $tokenNames);
/plugin/combo/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
281 return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
/plugin/combo/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::emptyVocabulary();