Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php537 if ($this->stateIsEndStateFor($state, $idx)) {
599 private function stateIsEndStateFor(ATNState $state, int $idx) : ?ATNState function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer