FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAMethod Class Reference

Object wrapper for Method. More...

#import <NSObject.h>

Inheritance diagram for NSAMethod:

Instance Methods

(void) - exchangeImplementationWith:
 Exchanges the implementation of tho methods. More...
 

Protected Attributes

Method _method
 

Properties

Method method
 Wrapped value of type Method More...
 
IMP implementation
 Implementation of the method. More...
 
NSString * typeEncoding
 Type encoding of the method. More...
 

Detailed Description

Object wrapper for Method.

See also
Method

Method Documentation

- (void) exchangeImplementationWith: (NSAMethod *)  method

Exchanges the implementation of tho methods.

See also
method_exchangeImplementations

Member Data Documentation

- (Method) _method
protected

Property Documentation

- (IMP) implementation
readwritenonatomicassign

Implementation of the method.

See also
method_getImplementation
- (Method) method
readnonatomicassign

Wrapped value of type Method

- (NSString*) typeEncoding
readnonatomicweak

Type encoding of the method.

See also
method_getTypeEncoding

The documentation for this class was generated from the following file: