Home
last modified time | relevance | path

Searched refs:getLiteralName (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabulary.php42 public function getLiteralName(int $tokenType) : ?string; function
H A DVocabularyImpl.php78 * {@see VocabularyImpl::getLiteralName()} and {@see VocabularyImpl::getSymbolicName()},
130 public function getLiteralName(int $tokenType) : ?string function in Antlr\\Antlr4\\Runtime\\VocabularyImpl
162 $literalName = $this->getLiteralName($tokenType);
H A DRecognizer.php66 $literalName = $vocabulary->getLiteralName($i);