Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php11 use Antlr\Antlr4\Runtime\Error\Exceptions\NoViableAltException; alias
128 * - {@see NoViableAltException}: Dispatches the call to
148 if ($e instanceof NoViableAltException) {
315 * the exception is a {@see NoViableAltException}.
318 * @param NoViableAltException $e The recognition exception.
322 protected function reportNoViableAlternative(Parser $recognizer, NoViableAltException $e) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php19 class NoViableAltException extends RecognitionException class
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php13 use Antlr\Antlr4\Runtime\Error\Exceptions\NoViableAltException; alias
438 throw new NoViableAltException($this);
556 throw new NoViableAltException($this);
645 throw new NoViableAltException($this);
836 throw new NoViableAltException($this);
873 throw new NoViableAltException($this);
985 throw new NoViableAltException($this);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php23 use Antlr\Antlr4\Runtime\Error\Exceptions\NoViableAltException; alias
1396 * {@see NoViableAltException} in particular prediction scenarios where the
1418 * {@see NoViableAltException}, the resulting {@see FailedPredicateException}
2293 ) : NoViableAltException {
2294 return new NoViableAltException(