Home | History | Annotate | Download | only in Framework

Lines Matching full:programs

184 @synthesize programs;
205 programs = [ANTLRHashMap newANTLRHashMap];
206 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
215 programs = [ANTLRHashMap newANTLRHashMap];
216 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
226 programs = [ANTLRHashMap newANTLRHashMap];
227 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
237 return programs;
242 programs = aProgList;
259 // AMutableArray *is = [programs get(programName)];
264 [programs insertObject:programName atIndex:anInstructionIndex];
412 ANTLRHashMap *is = (ANTLRHashMap *)[programs getName:name];
451 return [self toString:programName FromStart:MIN_TOKEN_INDEX ToEnd:[[programs objectAtIndex:MIN_TOKEN_INDEX] count]-1];
461 ANTLRHashMap *rewrites = (ANTLRHashMap *)[programs getName:programName];