Home | History | Annotate | Download | only in Framework

Lines Matching full:description

38                                                         description:(NSString *)anElementDescription;
41 description:anElementDescription];
45 description:(NSString *)anElementDescription
49 description:anElementDescription
54 description:(NSString *)anElementDescription
58 description:anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription
64 if ((self = [super initWithTreeAdaptor:aTreeAdaptor description:anElementDescription]) != nil) {
71 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement
73 if ((self = [super initWithTreeAdaptor:aTreeAdaptor description:anElementDescription element:anElement]) != nil) {
79 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
81 if ((self = [super initWithTreeAdaptor:aTreeAdaptor description:anElementDescription elements:theElements]) != nil) {