Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php92 public function inErrorRecoveryMode(Parser $recognizer) : bool function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
141 if ($this->inErrorRecoveryMode($recognizer)) {
254 if ($this->inErrorRecoveryMode($recognizer)) {
409 if ($this->inErrorRecoveryMode($recognizer)) {
447 if ($this->inErrorRecoveryMode($recognizer)) {
DANTLRErrorStrategy.php106 public function inErrorRecoveryMode(Parser $recognizer) : bool; function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DParser.php525 if ($this->errorHandler->inErrorRecoveryMode($this)) {