ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFIntrospection Class Reference

A class for introspecting classes. More...

#import <OFIntrospection.h>

Inheritance diagram for OFIntrospection:
OFObject <OFObject>

List of all members.

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

OFArrayproperties
 The properties of the class.

Detailed Description

A class for introspecting classes.


Member Function Documentation

- (OFArray*) classMethods

Returns the class methods of the class.

Returns:
An array of OFMethods
- (id) initWithClass: (Class)  class_

Initializes an already allocated OFIntrospection with the specified class.

Returns:
An initialized OFIntrospection
- (OFArray*) instanceMethods

Returns the instance methods of the class.

Returns:
An array of OFMethods
- (OFArray*) instanceVariables

Returns the instance variables of the class.

Returns:
An array of OFInstanceVariables
+ (id) introspectionWithClass: (Class)  class_

Creates a new introspection for the specified class.

Returns:
A new, autoreleased introspection for the specified class

Property Documentation

- (OFArray*) properties [read, copy]

The properties of the class.

Only available if OF_HAVE_PROPERTIES is defined.


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