Home
last modified time | relevance | path

Searched refs:getVocabulary (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php46 abstract public function getVocabulary() : Vocabulary; function in Antlr\\Antlr4\\Runtime\\Recognizer
57 $vocabulary = $this->getVocabulary();
H A DParser.php889 $s[] = $dfa->toString($this->getVocabulary());
912 … echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php367 $expectedTokens->toStringVocabulary($recognizer->getVocabulary())
422 $expecting->toStringVocabulary($recognizer->getVocabulary())
458 $expecting->toStringVocabulary($recognizer->getVocabulary()),
688 …$tokenText = \sprintf('<missing %s>', $recognizer->getVocabulary()->getDisplayName($expectedTokenT…
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php672 public function getVocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlLexer
H A DPageSqlParser.php285 public function getVocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlParser
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php485 return $this->lexer->getVocabulary()->getSymbolicName($token->getType());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php411 …this->log[] = \sprintf('DFA after predictATN: %s', $dfa->toString($this->parser->getVocabulary()));
2273 …$vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocab…
2362 $this->log[] = 'DFA =' . \PHP_EOL . $dfa->toString($this->parser->getVocabulary());