Home
last modified time | relevance | path

Searched refs:fixOffsetBeforeMatch (Results 1 – 2 of 2) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php394 $lexerExecutor = $lexerExecutor->fixOffsetBeforeMatch($input->getIndex() - $this->startIndex);
H A DLexerActionExecutor.php110 public function fixOffsetBeforeMatch(int $offset) : self function in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor