Searched refs:getTokenName (Results 1 – 11 of 11) sorted by relevance
75 ->string($result->getTokenName())99 ->string($result->getTokenName())119 ->when($result = $token->getTokenName())
49 public function getTokenName(): ?string function in Symfony\\Polyfill\\Php80\\PhpToken
140 public function getTokenName() function in Hoa\\Compiler\\Llk\\Rule\\Token
170 $name = $token->getTokenName();
189 'token ', $element->getTokenName(),
292 if ($zeRule->getTokenName() !== $name) {595 'token' => $trace->getTokenName(),
144 $arguments['tokenName'] = '\'' . $rule->getTokenName() . '\'';
382 $this->getTokenName($t),856 public function getTokenName(int $t) : ?string function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
918 $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\\ParserATNSimulator2285 return $this->getTokenName($input->LA(1));2342 …->log[] = \sprintf('EDGE %s -> %s upon %s', (string) $from, (string) $to, $this->getTokenName($t));
482 function getTokenName(TerminalNode $node) function in ComboStrap\\PageSqlTreeListener