Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php131 * {@see reportInputMismatch}
151 $this->reportInputMismatch($recognizer, $e);
356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy