setRuleIndex method

void setRuleIndex(
  1. int ruleIndex
)

Implementation

void setRuleIndex(int ruleIndex) {
  this.ruleIndex = ruleIndex;
}