Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:protocol

7 @protocol NSObject  - (BOOL)isEqual:(id)object;
8 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
9 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
10 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
27 @protocol XDUMLClassifier;
28 @protocol XDUMLClassInterfaceCommons <XDUMLClassifier>
29 @end @protocol XDUMLImplementation;
30 @protocol XDUMLElement <NSObject> - (NSArray *) ownedElements;
31 @end @protocol XDUMLDataType;
32 @protocol XDUMLNamedElement <XDUMLElement> - (NSString *) name;
36 @protocol XDSCClassifier <XDUMLClassInterfaceCommons> - (XDSourceLanguage)language;