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
470 throw new NoViableAltException($this);
570 throw new NoViableAltException($this);
607 throw new NoViableAltException($this);
696 throw new NoViableAltException($this);
887 throw new NoViableAltException($this);
924 throw new NoViableAltException($this);
1036 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(