Home
last modified time | relevance | path

Searched refs:ProxyErrorListener (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php11 use Antlr\Antlr4\Runtime\Error\Listeners\ProxyErrorListener; alias
179 return new ProxyErrorListener($this->listeners);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php21 class ProxyErrorListener implements ANTLRErrorListener class