Home
last modified time | relevance | path

Searched defs:recover (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php45 public function recover(Parser $recognizer, RecognitionException $e) : void function in Antlr\\Antlr4\\Runtime\\Error\\BailErrorStrategy
H A DANTLRErrorStrategy.php70 public function recover(Parser $recognizer, RecognitionException $e) : void; function
H A DDefaultErrorStrategy.php166 public function recover(Parser $recognizer, RecognitionException $e) : void function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php510 public function recover(RecognitionException $re) : void function in Antlr\\Antlr4\\Runtime\\Lexer