Home | History | Annotate | Download | only in Headers

Lines Matching refs:id

29 //+ (id<ANTLRTree>) invalidNode;
31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
36 - (id<ANTLRTree>)getParent;
38 - (void) setParent:(id<ANTLRTree>)t;
44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
62 - (void) addChild:(id<ANTLRTree>) t;
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
67 - (id) deleteChild:(NSInteger) i;
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
101 - (id<ANTLRTree>) dupNode;
106 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
108 - (id) deepCopyWithZone:(NSZone *)aZone;