Home | History | Annotate | Download | only in Framework

Lines Matching refs:id

33 + (id<ANTLRBaseTree>) INVALID_NODE;
35 + (id<ANTLRBaseTree>) newTree;
36 + (id<ANTLRBaseTree>) newTree:(id<ANTLRBaseTree>)node;
38 - (id<ANTLRBaseTree>) init;
39 - (id<ANTLRBaseTree>) initWith:(id<ANTLRBaseTree>)node;
41 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
44 - (id<ANTLRBaseTree>)getFirstChildWithType:(NSInteger)type;
50 - (void) addChild:(id<ANTLRBaseTree>) tree;
54 - (void) setChild:(NSInteger) i With:(id<ANTLRBaseTree>)t;
55 - (id) deleteChild:(NSInteger) i;
57 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
70 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>) parent At:(NSInteger) i;
75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
79 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
80 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
81 - (id) deepCopyWithZone:(NSZone *)aZone;
109 + (id<ANTLRBaseTree>) INVALID_NODE;
110 + (id<ANTLRBaseTree>) newTree;
111 + (id<ANTLRBaseTree>) newTree:(id<ANTLRBaseTree>)node;
113 - (id<ANTLRBaseTree>) init;
114 - (id<ANTLRBaseTree>) initWith:(id<ANTLRBaseTree>)node;
116 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
119 - (id<ANTLRBaseTree>)getFirstChildWithType:(NSInteger)type;
127 - (void) addChild:(id<ANTLRBaseTree>) tree;
130 - (void) setChild:(NSUInteger) i With:(id<ANTLRBaseTree>)t;
131 - (id) deleteChild:(NSUInteger) idx;
133 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
146 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)parent At:(NSInteger) i;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
155 - (id) copyWithZone:(NSZone *)aZone;
156 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
157 - (id) deepCopyWithZone:(NSZone *)aZone;
180 - (id) init;
181 - (id) copyWithZone:(NSZone *)aZone;
187 - (id) init;
195 - (id) init;
203 - (id) init;