API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPProxy Class Reference

#import <CPProxy.h>

Instance Methods

(CPString- description
 
(void) - forward::
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(id) - self
 
(Class) - superclass
 
(unsigned) - UID
 

Class Methods

(id) + alloc
 
(Class) + class
 
(void) + initialize
 
(void) + load
 
(BOOL) + respondsToSelector:
 

Detailed Description

Definition at line 2 of file CPProxy.h.

Method Documentation

+ (id) alloc
implementation

Definition at line 40 of file CPProxy.j.

+ (Class) class
implementation

Definition at line 35 of file CPProxy.j.

- (CPString) description
implementation

Definition at line 151 of file CPProxy.j.

- (void) forward: (SEL)  aSelector
: (marg_list)  args 
implementation

Definition at line 63 of file CPProxy.j.

- (void) forwardInvocation: (CPInvocation anInvocation
implementation

Definition at line 56 of file CPProxy.j.

- (unsigned) hash
implementation

Definition at line 68 of file CPProxy.j.

+ (void) initialize
implementation

Definition at line 31 of file CPProxy.j.

- (BOOL) isEqual: (id)  anObject
implementation

Definition at line 81 of file CPProxy.j.

- (BOOL) isKindOfClass: (Class)  aClass
implementation

Definition at line 121 of file CPProxy.j.

- (BOOL) isMemberOfClass: (Class)  aClass
implementation

Definition at line 131 of file CPProxy.j.

- (BOOL) isProxy
implementation

Definition at line 116 of file CPProxy.j.

+ (void) load
implementation

Definition at line 27 of file CPProxy.j.

- (CPMethodSignature) methodSignatureForSelector: (SEL)  aSelector
implementation

Definition at line 50 of file CPProxy.j.

- (id) performSelector: (SEL)  aSelector
implementation

Definition at line 101 of file CPProxy.j.

- (id) performSelector: (SEL)  aSelector
withObject: (id)  anObject 
implementation

Definition at line 106 of file CPProxy.j.

- (id) performSelector: (SEL)  aSelector
withObject: (id)  anObject
withObject: (id)  anotherObject 
implementation

Definition at line 111 of file CPProxy.j.

+ (BOOL) respondsToSelector: (SEL)  selector
implementation

Definition at line 45 of file CPProxy.j.

- (id) self
implementation

Definition at line 86 of file CPProxy.j.

- (Class) superclass
implementation

Definition at line 96 of file CPProxy.j.

- (unsigned) UID
implementation

Definition at line 73 of file CPProxy.j.


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