Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php138 $this->readStates($atn);
227 private function readStates(ATN $atn) : void function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer