Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php293 if ($this->singleTokenDeletion($recognizer) !== null) {
396 * This method is called when {@see DefaultErrorStrategy::singleTokenDeletion()}
481 * {@see DefaultErrorStrategy::singleTokenDeletion()}.
518 $matchedSymbol = $this->singleTokenDeletion($recognizer);
614 protected function singleTokenDeletion(Parser $recognizer) : ?Token function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy