Home
last modified time | relevance | path

Searched refs:rwIndex (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DTokenRewriteStream.m46 @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 …]
DTokenRewriteStream.h46 NSInteger rwIndex; variable
51 @property (assign) NSInteger rwIndex;