Lines Matching refs:programs
184 @synthesize programs;
205 programs = [ANTLRHashMap newANTLRHashMap];
206 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa…
215 programs = [ANTLRHashMap newANTLRHashMap];
216 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa…
226 programs = [ANTLRHashMap newANTLRHashMap];
227 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa…
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_TOK…
461 ANTLRHashMap *rewrites = (ANTLRHashMap *)[programs getName:programName];