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/
H A DDefaultErrorStrategy.php31 * @see DefaultErrorStrategy::inErrorRecoveryMode()
92 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)) {
H A DANTLRErrorStrategy.php106 public function inErrorRecoveryMode(Parser $recognizer) : bool; function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php525 if ($this->errorHandler->inErrorRecoveryMode($this)) {