Lines Matching refs:action
85 protected array $action; variable in PhpParser\\ParserAbstract
272 && ($action = $this->action[$idx]) !== $this->defaultAction) {
280 if ($action > 0) {
285 $stateStack[$stackPos] = $state = $action;
295 if ($action < $this->numNonLeafStates) {
300 $rule = $action - $this->numNonLeafStates;
302 $rule = -$action;
375 … ) || ($action = $this->action[$idx]) === $this->defaultAction) { // Not totally sure about this
386 $stateStack[$stackPos] = $state = $action;
455 if ($this->action[$idx] !== $this->unexpectedTokenRule
456 && $this->action[$idx] !== $this->defaultAction