Home | History | Annotate | Download | only in Framework

Lines Matching full:object2

52         object2 = anObject2;
53 if ( object2 ) [object2 retain];
65 if ( object2 ) [object2 release];
73 [(ANTLRMap *)object2 /* labels */ clear];
74 if ( [(ANTLRTreeWizard *)actor _parse:t Pattern:object1/* tpattern */ Map:object2 /* labels */] ) {
75 [self visit:t Parent:parent ChildIndex:childIndex Map:object2 /* labels */];
80 [(AMutableArray *)object2/* subtrees */ addObject:t];
97 @synthesize object2;