Home
last modified time | relevance | path

Searched refs:recoverInline (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php54 public function recoverInline(Parser $recognizer) : Token; function
H A DBailErrorStrategy.php67 public function recoverInline(Parser $recognizer) : Token function in Antlr\\Antlr4\\Runtime\\Error\\BailErrorStrategy
H A DDefaultErrorStrategy.php509 * {@see DefaultErrorStrategy::recoverInline()}. To recover, it sees that
515 public function recoverInline(Parser $recognizer) : Token function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
543 * strategy. It is called by {@see DefaultErrorStrategy::recoverInline()}
596 * strategy. It is called by {@see DefaultErrorStrategy::recoverInline()}
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php300 $this->errorHandler->recoverInline($this);
336 $this->errorHandler->recoverInline($this);
372 $this->errorHandler->recoverInline($this);
468 $this->errorHandler->recoverInline($this);
512 $this->errorHandler->recoverInline($this);
592 $this->errorHandler->recoverInline($this);
779 $this->errorHandler->recoverInline($this);
848 $this->errorHandler->recoverInline($this);
1021 $this->errorHandler->recoverInline($this);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php154 * If the symbol type does not match, {@see ANTLRErrorStrategy::recoverInline()}
157 * of the symbol returned by {@see ANTLRErrorStrategy::recoverInline()}
184 $t = $this->errorHandler->recoverInline($this);
201 * If the symbol type does not match, {@see ANTLRErrorStrategy::recoverInline()}
204 * of the symbol returned by {@see ANTLRErrorStrategy::recoverInline()} is -1,
223 $t = $this->errorHandler->recoverInline($this);