ObjFW
Public Member Functions
OFMethod Class Reference

A class for describing a method. More...

#import <OFIntrospection.h>

Inheritance diagram for OFMethod:
OFObject <OFObject>

List of all members.

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.

Detailed Description

A class for describing a method.


Member Function Documentation

- (OFString*) name

Returns the name of the method.

Returns:
The name of the method
- (SEL) selector

Returns the selector of the method.

Returns:
The selector of the method
- (const char*) typeEncoding

Returns the type encoding for the method.

Returns:
The type encoding for the method

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties