Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php26 interface ANTLRErrorStrategy interface
68 * @see ANTLRErrorStrategy::reportError
H A DDefaultErrorStrategy.php24 class DefaultErrorStrategy implements ANTLRErrorStrategy
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php14 use Antlr\Antlr4\Runtime\Error\ANTLRErrorStrategy; alias
47 * @var ANTLRErrorStrategy
410 public function getErrorHandler() : ANTLRErrorStrategy
415 public function setErrorHandler(ANTLRErrorStrategy $handler) : void