11 #import <Foundation/Foundation.h> 18 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
19 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
20 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
29 - (instancetype _Nullable) initWithError:(NSError * _Nullable * _Nullable)error NS_DESIGNATED_INITIALIZER NS_SWIFT_NAME(init());
40 - (BOOL) setFileName:(NSString* _Nonnull)fileName withError:(NSError * _Nullable * _Nullable)error;
48 - (BOOL) setArchiveMember:(NSString* _Nonnull)archiveMember withError:(NSError * _Nullable * _Nullable)error;
56 - (BOOL) setOffset:(NSNumber* _Nonnull)offset withError:(NSError * _Nullable * _Nullable)error;
64 - (BOOL) setLineNumber:(NSInteger)lineNumber withError:(NSError * _Nullable * _Nullable)error;
72 - (BOOL) setSurroundingText:(NSString* _Nonnull)surroundingText withError:(NSError * _Nullable * _Nullable)error;
80 - (BOOL) setInMetadata:(BOOL)inMetadata withError:(NSError * _Nullable * _Nullable)error;
90 - (NSString* _Nullable) fileNameWithError:(NSError * _Nullable * _Nullable)error;
97 - (NSString* _Nullable) archiveMemberWithError:(NSError * _Nullable * _Nullable)error;
104 - (NSNumber* _Nullable) offsetWithError:(NSError * _Nullable * _Nullable)error;
112 - (BOOL) lineNumber:(NSInteger* _Nonnull)lineNumber withError:(NSError * _Nullable * _Nullable)error;
119 - (NSString* _Nullable) surroundingTextWithError:(NSError * _Nullable * _Nullable)error;
127 - (BOOL) inMetadata:(BOOL* _Nonnull)inMetadata withError:(NSError * _Nullable * _Nullable)error;
NSString *_Nonnull description()
Definition: ThreatLocation.h:16