Home
last modified time | relevance | path

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

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