Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php67 protected int $numNonLeafStates; variable in PhpParser\\ParserAbstract
270 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
295 if ($action < $this->numNonLeafStates) {
300 $rule = $action - $this->numNonLeafStates;
373 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0
406 if ($state < $this->numNonLeafStates) {
411 $rule = $state - $this->numNonLeafStates;
452 && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
/PHP-Parser/grammar/
H A Dparser.template41 protected int $numNonLeafStates = #(YYNLSTATES);
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php176 protected int $numNonLeafStates = 742; variable in PhpParser\\Parser\\Php7
H A DPhp8.php176 protected int $numNonLeafStates = 753; variable in PhpParser\\Parser\\Php8

Completed in 23 milliseconds