Searched refs:rwIndex (Results 1 – 2 of 2) sorted by relevance
46 @synthesize rwIndex;57 rwIndex = anIndex;64 * Return the rwIndex of the next token to operate on.68 return rwIndex;76 return [NSString stringWithFormat:@"<%@%d:\"%@\">", opName, rwIndex, opName]; 104 rwIndex = anIndex;114 if ( ((CommonToken *)[tokens objectAtIndex:rwIndex]).type != TokenTypeEOF ) {115 [buf appendString:[[tokens objectAtIndex:rwIndex] text]];117 return rwIndex+1;153 return [NSString stringWithFormat:@"<ANTLRReplaceOp@ %d..%d :>%@\n", rwIndex, lastIndex, text];[all …]
46 NSInteger rwIndex; variable51 @property (assign) NSInteger rwIndex;