2016-09-04 23:37:26 +03:00
|
|
|
// Objective-C API for talking to keywords Go package.
|
|
|
|
// gobind -lang=objc keywords
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
|
|
|
#ifndef __GoKeywords_H__
|
|
|
|
#define __GoKeywords_H__
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@import Foundation;
|
2016-09-04 23:37:26 +03:00
|
|
|
#include "GoUniverse.h"
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-09-04 23:37:26 +03:00
|
|
|
@protocol GoKeywordsKeywordCaller;
|
|
|
|
@class GoKeywordsKeywordCaller;
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@protocol GoKeywordsKeywordCaller <NSObject>
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)abstract;
|
|
|
|
- (void)assert;
|
|
|
|
- (void)boolean;
|
|
|
|
- (void)break;
|
|
|
|
- (void)byte;
|
|
|
|
- (void)case;
|
|
|
|
- (void)catch;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)char_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)class;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)const_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)continue;
|
|
|
|
- (void)default;
|
|
|
|
- (void)do;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)double_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)else;
|
|
|
|
- (void)enum;
|
|
|
|
- (void)extends;
|
|
|
|
- (void)false;
|
|
|
|
- (void)final;
|
|
|
|
- (void)finally;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)float_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)for;
|
|
|
|
- (void)goto;
|
|
|
|
- (void)if;
|
|
|
|
- (void)implements;
|
|
|
|
- (void)import;
|
|
|
|
- (void)instanceof;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)int_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)interface;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)long_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)native;
|
|
|
|
- (void)new;
|
|
|
|
- (void)null;
|
|
|
|
- (void)package;
|
|
|
|
- (void)private;
|
|
|
|
- (void)protected;
|
|
|
|
- (void)public;
|
|
|
|
- (void)return;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)short_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)static;
|
|
|
|
- (void)strictfp;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)super_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)switch;
|
|
|
|
- (void)synchronized;
|
|
|
|
- (void)this;
|
|
|
|
- (void)throw;
|
|
|
|
- (void)throws;
|
|
|
|
- (void)transient;
|
|
|
|
- (void)true;
|
|
|
|
- (void)try;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)void_;
|
|
|
|
- (void)volatile_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)while;
|
|
|
|
@end
|
|
|
|
|
|
|
|
@class GoKeywordsKeywordCaller;
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@interface GoKeywordsKeywordCaller : NSObject <goSeqRefInterface, GoKeywordsKeywordCaller> {
|
2016-09-04 23:37:26 +03:00
|
|
|
}
|
|
|
|
@property(strong, readonly) id _ref;
|
|
|
|
|
2016-09-19 12:44:13 +02:00
|
|
|
- (instancetype)initWithRef:(id)ref;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)abstract;
|
|
|
|
- (void)assert;
|
|
|
|
- (void)boolean;
|
|
|
|
- (void)break;
|
|
|
|
- (void)byte;
|
|
|
|
- (void)case;
|
|
|
|
- (void)catch;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)char_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)class;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)const_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)continue;
|
|
|
|
- (void)default;
|
|
|
|
- (void)do;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)double_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)else;
|
|
|
|
- (void)enum;
|
|
|
|
- (void)extends;
|
|
|
|
- (void)false;
|
|
|
|
- (void)final;
|
|
|
|
- (void)finally;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)float_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)for;
|
|
|
|
- (void)goto;
|
|
|
|
- (void)if;
|
|
|
|
- (void)implements;
|
|
|
|
- (void)import;
|
|
|
|
- (void)instanceof;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)int_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)interface;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)long_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)native;
|
|
|
|
- (void)new;
|
|
|
|
- (void)null;
|
|
|
|
- (void)package;
|
|
|
|
- (void)private;
|
|
|
|
- (void)protected;
|
|
|
|
- (void)public;
|
|
|
|
- (void)return;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)short_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)static;
|
|
|
|
- (void)strictfp;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)super_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)switch;
|
|
|
|
- (void)synchronized;
|
|
|
|
- (void)this;
|
|
|
|
- (void)throw;
|
|
|
|
- (void)throws;
|
|
|
|
- (void)transient;
|
|
|
|
- (void)true;
|
|
|
|
- (void)try;
|
2016-09-07 16:02:52 +02:00
|
|
|
- (void)void_;
|
|
|
|
- (void)volatile_;
|
2016-09-04 23:37:26 +03:00
|
|
|
- (void)while;
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|