Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php195 $this->captureSimState($this->prevAccept, $input, $ds0);
243 $this->captureSimState($this->prevAccept, $input, $target);
719 protected function captureSimState(SimState $settings, CharStream $input, DFAState $dfaState) : void function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator