Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php93 public function copyState(LexerATNSimulator $simulator) : void argument
95 $this->charPositionInLine = $simulator->charPositionInLine;
96 $this->line = $simulator->line;
97 $this->mode = $simulator->mode;
98 $this->startIndex = $simulator->startIndex;
218 // the DFA simulator. But, that would mean popping back and forth
680 * lexer state. This method should restore `input` and the simulator