API  1.0.0
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:
 

Instance Variables

Class isa
 

Detailed Description

Definition at line 2 of file CPProxy.h.

Method Documentation

◆ alloc()

+ (id) alloc
implementation

Definition at line 42 of file CPProxy.j.

◆ class()

+ (Class) class
implementation

Definition at line 37 of file CPProxy.j.

◆ description()

- (CPString) description
implementation

Definition at line 153 of file CPProxy.j.

◆ forward::()

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

Definition at line 65 of file CPProxy.j.

◆ forwardInvocation:()

- (void) forwardInvocation: (CPInvocation anInvocation
implementation

Definition at line 58 of file CPProxy.j.

◆ hash()

- (unsigned) hash
implementation

Definition at line 70 of file CPProxy.j.

◆ initialize()

+ (void) initialize
implementation

Definition at line 33 of file CPProxy.j.

◆ isEqual:()

- (BOOL) isEqual: (id)  anObject
implementation

Definition at line 83 of file CPProxy.j.

◆ isKindOfClass:()

- (BOOL) isKindOfClass: (Class)  aClass
implementation

Definition at line 123 of file CPProxy.j.

◆ isMemberOfClass:()

- (BOOL) isMemberOfClass: (Class)  aClass
implementation

Definition at line 133 of file CPProxy.j.

◆ isProxy()

- (BOOL) isProxy
implementation

Definition at line 118 of file CPProxy.j.

◆ load()

+ (void) load
implementation

Definition at line 29 of file CPProxy.j.

◆ methodSignatureForSelector:()

- (CPMethodSignature) methodSignatureForSelector: (SEL)  aSelector
implementation

Definition at line 52 of file CPProxy.j.

◆ performSelector:()

- (id) performSelector: (SEL)  aSelector
implementation

Definition at line 103 of file CPProxy.j.

◆ performSelector:withObject:()

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

Definition at line 108 of file CPProxy.j.

◆ performSelector:withObject:withObject:()

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

Definition at line 113 of file CPProxy.j.

◆ respondsToSelector:()

+ (BOOL) respondsToSelector: (SEL)  aSelector
implementation

Definition at line 47 of file CPProxy.j.

◆ self()

- (id) self
implementation

Definition at line 88 of file CPProxy.j.

◆ superclass()

- (Class) superclass
implementation

Definition at line 98 of file CPProxy.j.

◆ UID()

- (unsigned) UID
implementation

Definition at line 75 of file CPProxy.j.

Instance Variable Documentation

◆ isa

- (Class) isa
protected

Definition at line 5 of file CPProxy.h.


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