Home
last modified time | relevance | path

Searched refs:tokenName (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php96 foreach ($tokenNames as $i => $tokenName) {
97 if ($tokenName === null) {
101 if ($tokenName !== '') {
102 $firstChar = $tokenName[0];
H A DRecognizer.php105 public function getTokenType(string $tokenName) : int argument
109 return $map[$tokenName] ?? Token::INVALID_TYPE;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php416 $tokenName = $this->getTokenErrorDisplay($t);
421 $tokenName,