Home
last modified time | relevance | path

Searched refs:InputMismatchException (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
69 $e = new InputMismatchException($recognizer);
H A DDefaultErrorStrategy.php10 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
130 * - {@see InputMismatchException}: Dispatches the call to
150 } elseif ($e instanceof InputMismatchException) {
297 throw new InputMismatchException($recognizer);
349 * the exception is an {@see InputMismatchException}.
352 * @param InputMismatchException $e The recognition exception.
356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void
471 * {@see InputMismatchException}.
535 throw new InputMismatchException($recognizer);
538 throw new InputMismatchException(
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php14 class InputMismatchException extends RecognitionException class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php16 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
166 * @throws InputMismatchException