Lines Matching refs:_actions
272 protected $_actions = []; variable in Hoa\\Compiler\\Ll1
376 $_actions = [$c => 0];
473 while (array_key_exists($nextToken, $this->_actions[$c][$nextState]) &&
476 is_array($this->_actions[$c][$nextState][$nextToken]) &&
477 0 < $foo = $this->_actions[$c][$nextState][$nextToken][0]
480 is_int($this->_actions[$c][$nextState][$nextToken]) &&
481 0 < $foo = $this->_actions[$c][$nextState][$nextToken]
487 if ($_actions[$c] == 0) {
502 $_actions[$c] = 0;
505 } elseif ($_actions[$c] == 2) {
506 $_actions[$c] = 0;
569 if (is_array($this->_actions[$c][$nextState][$nextToken])) {
570 $nextAction = $this->_actions[$c][$nextState][$nextToken][1];
572 $nextAction = $this->_actions[$c][$nextState][$nextToken];
592 $_actions[$c] = 2;
793 $old = $this->_actions;
794 $this->_actions = $actions;
880 return $this->_actions;
958 $ep = $this->_actions[$e][$i][$j];