Lines Matching defs:ruleIndex
25 private $ruleIndex;
34 * @param int $ruleIndex The rule index to use for calls to
39 public function __construct(int $ruleIndex, int $actionIndex)
41 $this->ruleIndex = $ruleIndex;
52 return $this->ruleIndex;
99 $lexer->action(null, $this->ruleIndex, $this->actionIndex);
104 return Hasher::hash($this->getActionType(), $this->ruleIndex, $this->actionIndex);
117 return $this->ruleIndex === $other->ruleIndex