Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
<INSchemaParserDelegate> Protocol Referenceabstract

#import <INSchemaParser.h>

Inherits <NSObject>.

Inherited by INClassGenerator.

Instance Methods

(NSString *) - schemaParser:classNameForType:effectiveType:
 
(void) - schemaParser:didParseClass:forName:superclass:forType:properties:
 
(NSString *) - schemaParser:existingClassNameForType:
 
(void) - schemaParser:isProcessingFileAtPath:
 
(void) - schemaParser:sendsMessage:ofType:
 

Method Documentation

- (NSString *) schemaParser: (INSchemaParser *)  parser
classNameForType: (NSString *)  aType
effectiveType: (NSString **)  effectiveType 
- (void) schemaParser: (INSchemaParser *)  parser
didParseClass: (NSString *)  className
forName: (NSString *)  name
superclass: (NSString *)  superclass
forType: (NSString *)  type
properties: (NSArray *)  properties 
- (NSString *) schemaParser: (INSchemaParser *)  parser
existingClassNameForType: (NSString *)  aType 
- (void) schemaParser: (INSchemaParser *)  parser
isProcessingFileAtPath: (NSString *)  filePath 
- (void) schemaParser: (INSchemaParser *)  parser
sendsMessage: (NSString *)  message
ofType: (INSchemaParserMessageType)  type 

The documentation for this protocol was generated from the following file: