Searched refs:prevAccept (Results 1 – 1 of 1) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 75 protected $prevAccept; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator 90 $this->prevAccept = new SimState(); 136 $this->prevAccept->reset(); 151 $this->prevAccept->reset(); 195 $this->captureSimState($this->prevAccept, $input, $ds0); 243 $this->captureSimState($this->prevAccept, $input, $target); 253 return $this->failOrAccept($this->prevAccept, $input, $s->configs, $t); 319 …protected function failOrAccept(SimState $prevAccept, CharStream $input, ATNConfigSet $reach, int … argument 321 if ($this->prevAccept->getDfaState() !== null) { 322 $dfaState = $prevAccept->getDfaState(); [all …]
|