Protocol Class Reference

#import <loader/objc/Protocol.h>

Inheritance diagram for Protocol:

Object List of all members.

Detailed Description

Definition at line 43 of file Protocol.h.

Public Member Functions

(BOOL- conformsTo:
(objc_method_description *) - descriptionForClassMethod:
(objc_method_description *) - descriptionForInstanceMethod:
(const char *) - name

Private Attributes

objc_method_description_listclass_methods
objc_method_description_listinstance_methods
objc_protocol_listprotocol_list
char * protocol_name


Member Function Documentation

- (BOOL) conformsTo: (Protocol *)  aProtocolObject  
 

Implements Object.

- (struct objc_method_description *) descriptionForClassMethod: (SEL aSel  
 

- (struct objc_method_description *) descriptionForInstanceMethod: (SEL aSel  
 

Implements Object.

- (const char *) name  
 

Implements Object.


Member Data Documentation

- (struct objc_method_description_list *) class_methods [private]
 

Definition at line 48 of file Protocol.h.

- (struct objc_method_description_list*) instance_methods [private]
 

Definition at line 48 of file Protocol.h.

- (struct objc_protocol_list*) protocol_list [private]
 

Definition at line 47 of file Protocol.h.

- (char*) protocol_name [private]
 

Definition at line 46 of file Protocol.h.


The documentation for this class was generated from the following file:
Generated on Tue Sep 19 21:18:45 2006 for Boomerang by  doxygen 1.4.6