Lines Matching refs:id
52 + (id)newANTLRHashMap;
53 + (id)newANTLRHashMapWithLen:(NSInteger)aBuffSize;
54 - (id)init;
55 - (id)initWithLen:(NSInteger)aBuffSize;
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
89 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
90 - (id) objectAtIndex:(NSInteger)idx;
91 - (void) setObject:(id)aRule atIndex:(NSInteger)idx;
92 - (void)addObject:(id)anObject;
94 - (void) putName:(NSString *)name Node:(id)aNode;