Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php144 $this->readSets($sets, function () {
152 $this->readSets($sets, function () {
366 private function readSets(array &$sets, callable $readUnicode) : void function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer