ObjFW
|
A class for introspecting classes. More...
#import <OFIntrospection.h>
Public Member Functions | |
(id) | - initWithClass: |
Initializes an already allocated OFIntrospection with the specified class. | |
(OFArray *) | - classMethods |
Returns the class methods of the class. | |
(OFArray *) | - instanceMethods |
Returns the instance methods of the class. | |
(OFArray *) | - instanceVariables |
Returns the instance variables of the class. | |
Static Public Member Functions | |
(id) | + introspectionWithClass: |
Creates a new introspection for the specified class. | |
Properties | |
OFArray * | properties |
The properties of the class. |
A class for introspecting classes.
- (OFArray*) classMethods |
Returns the class methods of the class.
- (id) initWithClass: | (Class) | class_ |
Initializes an already allocated OFIntrospection with the specified class.
- (OFArray*) instanceMethods |
Returns the instance methods of the class.
- (OFArray*) instanceVariables |
Returns the instance variables of the class.
+ (id) introspectionWithClass: | (Class) | class_ |
Creates a new introspection for the specified class.
- (OFArray*) properties [read, copy] |
The properties of the class.
Only available if OF_HAVE_PROPERTIES is defined.