Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php24 class DefaultErrorStrategy implements ANTLRErrorStrategy class
31 * @see DefaultErrorStrategy::inErrorRecoveryMode()
63 * @see DefaultErrorStrategy::$nextTokensContext
320 * @see DefaultErrorStrategy::reportError()
354 * @see DefaultErrorStrategy::reportError()
380 * @see DefaultErrorStrategy::reportError()
DANTLRErrorStrategy.php90 * @see DefaultErrorStrategy::sync()
DBailErrorStrategy.php37 class BailErrorStrategy extends DefaultErrorStrategy
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DParser.php15 use Antlr\Antlr4\Runtime\Error\DefaultErrorStrategy; alias
123 $this->errorHandler = new DefaultErrorStrategy();