ObjFW
|
A class for describing a method. More...
#import <OFIntrospection.h>
Public Member Functions | |
(SEL) | - selector |
Returns the selector of the method. | |
(OFString *) | - name |
Returns the name of the method. | |
(const char *) | - typeEncoding |
Returns the type encoding for the method. |
A class for describing a method.
- (OFString*) name |
Returns the name of the method.
- (SEL) selector |
Returns the selector of the method.
- (const char*) typeEncoding |
Returns the type encoding for the method.