Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php155 $recognizer->notifyErrorListeners($e->getMessage(), $e->getOffendingToken(), $e);
338 $input = $tokens->getTextByTokens($e->getStartToken(), $e->getOffendingToken());
344 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
366 $this->getTokenErrorDisplay($e->getOffendingToken()),
370 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
386 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php139 public function getOffendingToken() : ?Token function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php158 $token = $e->getOffendingToken();