resetPartial method

void resetPartial()

Implementation

void resetPartial() {
  count = 0;
  pendingOperator = null;
  pendingRegister = null;
}