Lines Matching refs:id

33 + (id<ANTLRBaseTree>) newANTLRBaseTree;
34 + (id<ANTLRBaseTree>) newANTLRBaseTree:(id<ANTLRBaseTree>)node;
36 - (id<ANTLRBaseTree>) init;
37 - (id<ANTLRBaseTree>) initWith:(id<ANTLRTree>)node;
39 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
42 - (id<ANTLRBaseTree>)getFirstChildWithType:(NSInteger)type;
48 - (void) addChild:(id<ANTLRTree>) tree;
52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
53 - (id) deleteChild:(NSInteger) i;
55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
79 - (id) deepCopyWithZone:(NSZone *)aZone;
106 + (id<ANTLRBaseTree>) newANTLRBaseTree;
107 + (id<ANTLRBaseTree>) newANTLRBaseTree:(id<ANTLRBaseTree>)node;
109 - (id<ANTLRTree>) init;
110 - (id<ANTLRBaseTree>) initWith:(id<ANTLRTree>)node;
112 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
115 - (id<ANTLRBaseTree>)getFirstChildWithType:(NSInteger)type;
123 - (void) addChild:(id<ANTLRTree>) tree;
126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t;
127 - (id) deleteChild:(NSInteger) i;
129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
151 - (id) copyWithZone:(NSZone *)aZone;
152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
153 - (id) deepCopyWithZone:(NSZone *)aZone;
173 - (id) copyWithZone:(NSZone *)aZone;