Lines Matching refs:NSString
38 __strong NSString *elementDescription;
47 @property (assign) NSString *elementDescription;
51 description:(NSString *)anElementDescription;
53 description:(NSString *)anElementDescription
56 description:(NSString *)anElementDescription
59 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
60 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
61 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
79 - (NSString *) getDescription;
80 - (void) setDescription:(NSString *)description;