Home
last modified time | relevance | path

Searched refs:ANTLRErrorListener (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php10 use Antlr\Antlr4\Runtime\Error\Listeners\ANTLRErrorListener; alias
26 /** @var array<ANTLRErrorListener> */
167 public function addErrorListener(ANTLRErrorListener $listener) : void
177 public function getErrorListenerDispatch() : ANTLRErrorListener
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php15 * Provides an empty default implementation of {@see ANTLRErrorListener}.
19 interface ANTLRErrorListener interface
H A DBaseErrorListener.php15 * Provides an empty default implementation of {@see ANTLRErrorListener}.
19 class BaseErrorListener implements ANTLRErrorListener
H A DProxyErrorListener.php15 * This implementation of {@see ANTLRErrorListener} dispatches all calls to a
21 class ProxyErrorListener implements ANTLRErrorListener
23 /** @var array<ANTLRErrorListener> */
27 * @param array<ANTLRErrorListener> $delegates