Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php67 protected $nextTokensState; variable in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
272 $this->nextTokensState = ATNState::INVALID_STATE_NUMBER;
282 $this->nextTokensState = $recognizer->getState();
538 throw new InputMismatchException($recognizer, $this->nextTokensState, $this->nextTokensContext);