Searched refs:ToIndex (Results 1 – 8 of 8) sorted by relevance
84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theTex…85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;94 + (ANTLRDeleteOp *) newANTLRDeleteOp:(NSInteger)from ToIndex:(NSInteger)to;96 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to;141 - (void) replaceFromIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;145 - (void) replaceProgNam:(NSString *)programName FromIndex:(NSInteger)from ToIndex:(NSInteger)to Tex…147 - (void) delete:(NSInteger)from ToIndex:(NSInteger)to;151 - (void) delete:(NSString *)programName FromIndex:(NSInteger)from ToIndex:(NSInteger)to;
129 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText131 return [[ANTLRReplaceOp alloc] initWithIndex:from ToIndex:to Text:theText];134 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText160 + (ANTLRDeleteOp *) newANTLRDeleteOp:(NSInteger)from ToIndex:(NSInteger)to163 return [[ANTLRDeleteOp alloc] initWithIndex:from ToIndex:to];166 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to168 if ((self = [super initWithIndex:from ToIndex:to Text:nil]) != nil) {325 [self replaceProgNam:DEFAULT_PROGRAM_NAME FromIndex:anIndex ToIndex:anIndex Text:theText];328 - (void) replaceFromIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText330 [self replaceProgNam:DEFAULT_PROGRAM_NAME FromIndex:from ToIndex:to Text:theText];[all …]
166 ToIndex:[[input getTreeAdaptor] getTokenStopIndex:retval.start]171 ToIndex:[input LT:-1] getTokenIndex]
289 ToIndex:[[input getTreeAdaptor] getTokenStopIndex:retval.start]294 ToIndex:[[input LT:-1] getTokenIndex]
9913 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local9918 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()