Up

NSMethodSignature class reference

Authors

Andrew Kachites McCallum (mccallum@gnu.ai.mit.edu)

Version: 1.30

Date: 2003/07/31 23:49:31

Copyright: (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSMethodSignature class
  2. Software documentation for the NSMethodSignature(GNUstep) category

Software documentation for the NSMethodSignature class

NSMethodSignature : NSObject

Declared in:
Foundation/NSMethodSignature.h
Standards:

Description forthcoming.

Method summary

signatureWithObjCTypes:

+ (NSMethodSignature*) signatureWithObjCTypes: (const char*)t;

Description forthcoming.


argumentInfoAtIndex:

- (NSArgumentInfo) argumentInfoAtIndex: (unsigned)index;

Description forthcoming.


frameLength

- (unsigned) frameLength;

Description forthcoming.


getArgumentTypeAtIndex:

- (const char*) getArgumentTypeAtIndex: (unsigned)index;

Description forthcoming.


isOneway

- (BOOL) isOneway;

Description forthcoming.


methodReturnLength

- (unsigned) methodReturnLength;

Description forthcoming.


methodReturnType

- (const char*) methodReturnType;

Description forthcoming.


numberOfArguments

- (unsigned) numberOfArguments;

Description forthcoming.


Software documentation for the NSMethodSignature(GNUstep) category

NSMethodSignature(GNUstep)

Declared in:
Foundation/NSMethodSignature.h
Standards:

Description forthcoming.

Method summary

methodInfo

- (NSArgumentInfo*) methodInfo;

Description forthcoming.


methodType

- (const char*) methodType;

Description forthcoming.



Up