Searched refs:notifyErrorListeners (Results 1 – 3 of 3) sorted by relevance
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
| H A D | DiagnosticErrorListener.php | 70 $recognizer->notifyErrorListeners($msg); 89 $recognizer->notifyErrorListeners($msg); 108 $recognizer->notifyErrorListeners($msg);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
| H A D | DefaultErrorStrategy.php | 155 $recognizer->notifyErrorListeners($e->getMessage(), $e->getOffendingToken(), $e); 344 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e); 370 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e); 386 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e); 425 $recognizer->notifyErrorListeners($msg, $t); 462 $recognizer->notifyErrorListeners($msg, $t);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Parser.php | 479 final public function notifyErrorListeners( function in Antlr\\Antlr4\\Runtime\\Parser
|