Home
last modified time | relevance | path

Searched refs:getSymbolicName (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php78 * {@see VocabularyImpl::getLiteralName()} and {@see VocabularyImpl::getSymbolicName()},
139 public function getSymbolicName(int $tokenType) : ?string function in Antlr\\Antlr4\\Runtime\\VocabularyImpl
168 $symbolicName = $this->getSymbolicName($tokenType);
H A DVocabulary.php69 public function getSymbolicName(int $tokenType) : ?string; function
H A DRecognizer.php72 $symbolicName = $vocabulary->getSymbolicName($i);
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php468 return $this->lexer->getVocabulary()->getSymbolicName($token->getType());