Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php65 protected int $numNonLeafStates; variable in PhpParser\\ParserAbstract
268 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
293 if ($action < $this->numNonLeafStates) {
298 $rule = $action - $this->numNonLeafStates;
371 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0
404 if ($state < $this->numNonLeafStates) {
409 $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 DPhp8.php172 protected int $numNonLeafStates = 739; variable in PhpParser\\Parser\\Php8
H A DPhp7.php172 protected int $numNonLeafStates = 739; variable in PhpParser\\Parser\\Php7

Completed in 28 milliseconds