Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php28 $this->setOffendingToken($recognizer->getCurrentToken());
H A DNoViableAltException.php67 $this->setOffendingToken($offendingToken);
H A DFailedPredicateException.php55 $this->setOffendingToken($recognizer->getCurrentToken());
H A DRecognitionException.php144 public function setOffendingToken(?Token $offendingToken) : void function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException