getNextSubstitutionValue method

int getNextSubstitutionValue()

Implementation

int getNextSubstitutionValue() {
  var value = substitutionValue;
  this.substitutionValue++;
  return value;
}