Lines Matching refs:lastIndex
127 @synthesize lastIndex;
137 lastIndex = to;
148 return lastIndex+1;
153 return [NSString stringWithFormat:@"<ANTLRReplaceOp@ %d..%d :>%@\n", rwIndex, lastIndex, text];
169 lastIndex = to;
176 return [NSString stringWithFormat:@"<DeleteOp@ %d..%d\n", rwIndex, lastIndex];
573 if ( iop.rwIndex >= rop.rwIndex && iop.rwIndex <= rop.lastIndex ) {
582 if ( prevRop.rwIndex>=rop.rwIndex && prevRop.lastIndex <= rop.lastIndex ) {
588 BOOL disjoint = prevRop.lastIndex<rop.rwIndex || prevRop.rwIndex > rop.lastIndex;
589 BOOL same = prevRop.rwIndex==rop.rwIndex && prevRop.lastIndex==rop.lastIndex;
626 if ( iop.rwIndex >= rop.rwIndex && iop.rwIndex <= rop.lastIndex ) {