Searched refs:numNonLeafStates (Results 1 – 4 of 4) sorted by relevance
67 protected int $numNonLeafStates; variable in PhpParser\\ParserAbstract270 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0295 if ($action < $this->numNonLeafStates) {300 $rule = $action - $this->numNonLeafStates;373 … && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $this->errorSymbol) >= 0406 if ($state < $this->numNonLeafStates) {411 $rule = $state - $this->numNonLeafStates;452 && ($idx = $this->actionBase[$state + $this->numNonLeafStates] + $symbol) >= 0
41 protected int $numNonLeafStates = #(YYNLSTATES);
176 protected int $numNonLeafStates = 742; variable in PhpParser\\Parser\\Php7
176 protected int $numNonLeafStates = 753; variable in PhpParser\\Parser\\Php8
Completed in 23 milliseconds