Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php8 use Antlr\Antlr4\Runtime\Error\Exceptions\LexerNoViableAltException; alias
188 } catch (LexerNoViableAltException $e) {
513 if ($re instanceof LexerNoViableAltException && $this->interp !== null) {
523 public function notifyListeners(LexerNoViableAltException $e) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php12 class LexerNoViableAltException extends RecognitionException class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php16 use Antlr\Antlr4\Runtime\Error\Exceptions\LexerNoViableAltException; alias
351 throw new LexerNoViableAltException($this->recog, $input, $this->startIndex, $reach);