[Previous] [Up] [Next]

NSProtocolChecker

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSProtocolChecker

NSProtocolChecker

Declared in: Foundation/NSProtocolChecker.h

Inherits from: NSObject



protocolCheckerWithTarget:

+ (id) protocolCheckerWithTarget: (NSObject*)anObject;

forwardInvocation:

- (void) forwardInvocation: (NSInvocation*)anInvocation;

initWithTarget:

- (id) initWithTarget: (NSObject*)anObject;

methodDescriptionForSelector:

- (structobjc_method_description*) methodDescriptionForSelector: (SEL)aSelector;

protocol

- (Protocol*) protocol;

target

- (NSObject*) target;