Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/polyfill-php80/
H A DPhpToken.php49 public function getTokenName(): ?string function in Symfony\\Polyfill\\Php80\\PhpToken
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php382 $this->getTokenName($t),
856 public function getTokenName(int $t) : ?string function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
H A DParserATNSimulator.php918 $this->log[] = \sprintf('Testing %s at %s', $this->getTokenName($t), (string) $c);
2267 public function getTokenName(int $t) : string function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator
2285 return $this->getTokenName($input->LA(1));
2342 …->log[] = \sprintf('EDGE %s -> %s upon %s', (string) $from, (string) $to, $this->getTokenName($t));
/template/strap/ComboStrap/
H A DPageSqlTreeListener.php482 function getTokenName(TerminalNode $node) function in ComboStrap\\PageSqlTreeListener