Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php48 protected $lastErrorStates; variable in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
104 $this->lastErrorStates = null;
174 if ($this->lastErrorStates !== null
176 && $this->lastErrorStates->contains($recognizer->getState())
187 if ($this->lastErrorStates === null) {
188 $this->lastErrorStates = new IntervalSet();
191 $this->lastErrorStates->addOne($recognizer->getState());