Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php187 protected function execATN(CharStream $input, DFAState $ds0) : int argument
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
193 if ($ds0->isAcceptState) {
195 $this->captureSimState($this->prevAccept, $input, $ds0);
199 $s = $ds0; // s is current/from DFA state