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