Lines Matching full:description
40 description:(NSString *)anElementDescription
43 description:anElementDescription];
47 description:(NSString *)anElementDescription
51 description:anElementDescription
56 description:(NSString *)anElementDescription
60 description:anElementDescription
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription
79 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement
95 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
249 - (void) setDescription:(NSString *) description
251 if ( description != nil && description != elementDescription ) {
253 elementDescription = [NSString stringWithString:description];