Lines Matching defs:actionIndex
28 private $actionIndex;
36 * @param int $actionIndex The action index to use for calls to
39 public function __construct(int $ruleIndex, int $actionIndex)
42 $this->actionIndex = $actionIndex;
62 return $this->actionIndex;
99 $lexer->action(null, $this->ruleIndex, $this->actionIndex);
104 return Hasher::hash($this->getActionType(), $this->ruleIndex, $this->actionIndex);
118 && $this->actionIndex === $other->actionIndex;