Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php60 protected $nextTokensContext; variable in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
63 * @see DefaultErrorStrategy::$nextTokensContext
271 $this->nextTokensContext = null;
278 if ($this->nextTokensContext === null) {
281 $this->nextTokensContext = $recognizer->getContext();
534 if ($this->nextTokensContext === null) {
538 throw new InputMismatchException($recognizer, $this->nextTokensState, $this->nextTokensContext);