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/
H A DDefaultErrorStrategy.php24 class DefaultErrorStrategy implements ANTLRErrorStrategy class
31 * @see DefaultErrorStrategy::inErrorRecoveryMode()
63 * @see DefaultErrorStrategy::$nextTokensContext
73 * {@see DefaultErrorStrategy::endErrorCondition()} to ensure that
112 * {@see DefaultErrorStrategy::endErrorCondition()}.
124 * {@see DefaultErrorStrategy::beginErrorCondition()} and dispatches
314 * This is called by {@see DefaultErrorStrategy::reportError()} when
320 * @see DefaultErrorStrategy::reportError()
348 * This is called by {@see DefaultErrorStrategy::reportError()} when
354 * @see DefaultErrorStrategy
[all...]
H A DANTLRErrorStrategy.php82 * {@see DefaultErrorStrategy::sync()}.
90 * @see DefaultErrorStrategy::sync()
H A DBailErrorStrategy.php37 class BailErrorStrategy extends DefaultErrorStrategy
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php15 use Antlr\Antlr4\Runtime\Error\DefaultErrorStrategy; alias
42 * instance of {@see DefaultErrorStrategy}.
123 $this->errorHandler = new DefaultErrorStrategy();