Searched refs:getVocabulary (Results 1 – 7 of 7) sorted by relevance
46 abstract public function getVocabulary() : Vocabulary; function in Antlr\\Antlr4\\Runtime\\Recognizer57 $vocabulary = $this->getVocabulary();
889 $s[] = $dfa->toString($this->getVocabulary());912 … echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
367 $expectedTokens->toStringVocabulary($recognizer->getVocabulary())422 $expecting->toStringVocabulary($recognizer->getVocabulary())458 $expecting->toStringVocabulary($recognizer->getVocabulary()),688 …$tokenText = \sprintf('<missing %s>', $recognizer->getVocabulary()->getDisplayName($expectedTokenT…
672 public function getVocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlLexer
285 public function getVocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlParser
485 return $this->lexer->getVocabulary()->getSymbolicName($token->getType());
411 …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());