Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php145 return $this->readInt();
193 $version = $this->readInt();
221 $grammarType = $this->readInt();
222 $maxTokenType = $this->readInt();
231 $nstates = $this->readInt();
234 $stype = $this->readInt();
243 $ruleIndex = $this->readInt();
253 $loopBackStateNumber = $this->readInt();
261 $endStateNumber = $this->readInt();
285 $numNonGreedyStates = $this->readInt();
[all …]