ftp.nice.ch/pub/next/developer/apps/Browser.1.0.s.tar.gz#/Browser/MethodTable.h

This is MethodTable.h in view mode; [Download] [Up]

/* Generated by Interface Builder, modified by the author */

/* File: MethodTable.h */

#import <objc/Object.h>

@interface MethodTable:Object
{
	char superclass[128]; /* name of superclass */
	id table; /* the storage table */
	int numberOfElements; /* number of elements */
	
	int filePosition; /* position in current file */
}

- init; /* init object */

- reset; /* reset object */

- scanFile:(char *)aFilename mode:(char)selelector; /* scan a file */
- scanFile:(char *)aFilename lookAfter:(int)aMethod isInterface:(BOOL)flag start:(int *)start end:(int *)end; /* scan a file */

- (int)fillMatrix:aMatrix; /* fill a matrix */
- (BOOL)fillFile:(char *)aFilename; /* fill a file */

- (char *)getSuperclass; /* get the superclass */

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.