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.php515 public function recoverInline(Parser $recognizer) : Token function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php308 $this->errorHandler->recoverInline($this);
368 $this->errorHandler->recoverInline($this);
404 $this->errorHandler->recoverInline($this);
500 $this->errorHandler->recoverInline($this);
643 $this->errorHandler->recoverInline($this);
830 $this->errorHandler->recoverInline($this);
899 $this->errorHandler->recoverInline($this);
1072 $this->errorHandler->recoverInline($this);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php184 $t = $this->errorHandler->recoverInline($this);
223 $t = $this->errorHandler->recoverInline($this);