Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php75 ->string($result->getTokenName())
99 ->string($result->getTokenName())
119 ->when($result = $token->getTokenName())
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php49 public function getTokenName(): ?string function in Symfony\\Polyfill\\Php80\\PhpToken
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php140 public function getTokenName() function in Hoa\\Compiler\\Llk\\Rule\\Token
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php170 $name = $token->getTokenName();
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php189 'token ', $element->getTokenName(),
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php144 $arguments['tokenName'] = '\'' . $rule->getTokenName() . '\'';
H A DParser.php292 if ($zeRule->getTokenName() !== $name) {
595 'token' => $trace->getTokenName(),
/plugin/combo/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 $this->log[] = \sprintf('EDGE %s -> %s upon %s', (string) $from, (string) $to, $this->getTokenName($t));
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php465 function getTokenName(TerminalNode $node) function in ComboStrap\\PageSqlTreeListener