Home
last modified time | relevance | path

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

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