Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
51 * @throws RecognitionException If the error strategy was not able to
62 * @param RecognitionException $e The recognition exception to
65 * @throws RecognitionException If the error strategy could not recover
70 public function recover(Parser $recognizer, RecognitionException $e) : void;
75 * {@see RecognitionException}.
86 * @throws RecognitionException If an error is detected by the error strategy
116 * Report any kind of {@see RecognitionException}. This method is called by
120 * @param RecognitionException $e The recognition exception to report.
122 public function reportError(Parser $recognizer, RecognitionException
[all...]
H A DBailErrorStrategy.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
43 * original {@see RecognitionException}.
45 public function recover(Parser $recognizer, RecognitionException $e) : void
H A DDefaultErrorStrategy.php12 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
137 public function reportError(Parser $recognizer, RecognitionException $e) : void
166 public function recover(Parser $recognizer, RecognitionException $e) : void
240 * @throws RecognitionException
513 * @throws RecognitionException
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php15 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
285 * @throws RecognitionException
309 } catch (RecognitionException $exception) {
321 * @throws RecognitionException
345 } catch (RecognitionException $exception) {
357 * @throws RecognitionException
381 } catch (RecognitionException $exception) {
393 * @throws RecognitionException
441 } catch (RecognitionException $exception) {
453 * @throws RecognitionException
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
18 ?RecognitionException $e
H A DANTLRErrorListener.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
27 ?RecognitionException $e
H A DBaseErrorListener.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
27 ?RecognitionException $e
H A DProxyErrorListener.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
40 ?RecognitionException $e
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
156 public function getErrorHeader(RecognitionException $e) : string
H A DParserRuleContext.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
60 * @var RecognitionException|null
H A DParser.php17 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
167 * @throws RecognitionException If the current input symbol did not match
211 * @throws RecognitionException If the current input symbol did not match
482 ?RecognitionException $e = null
H A DLexer.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException; alias
510 public function recover(RecognitionException $re) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php14 class InputMismatchException extends RecognitionException
H A DLexerNoViableAltException.php12 class LexerNoViableAltException extends RecognitionException
H A DNoViableAltException.php19 class NoViableAltException extends RecognitionException
H A DFailedPredicateException.php16 class FailedPredicateException extends RecognitionException
H A DRecognitionException.php21 class RecognitionException extends \RuntimeException class