コード例 #1
0
 /*     */ protected void calcLastPos(CMStateSet toSet) /*     */ {
   /* 184 */ if (this.fPosition == -1) {
     /* 185 */ toSet.zeroBits();
     /*     */ }
   /*     */ else
   /*     */ {
     /* 189 */ toSet.setBit(this.fPosition);
     /*     */ }
   /*     */ }
コード例 #2
0
 /*     */ protected void calcFirstPos(CMStateSet toSet) /*     */ {
   /* 173 */ if (this.fPosition == -1) {
     /* 174 */ toSet.zeroBits();
     /*     */ }
   /*     */ else
   /*     */ {
     /* 178 */ toSet.setBit(this.fPosition);
     /*     */ }
   /*     */ }