ftp.nice.ch/peanuts/GeneralData/Documents/multimedia/hypersense/RegularExpression.s.tar.gz#/RegularExpression/XModule/RegExp.h

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

#import "XModule.h"
#import "XModule_defs.h"
#import "Value.h"

@interface RegExp : XModule
{
}

// Creating and Initializing the XModule instance
- init;
- free;

// Standard XModule methods that will be over-ridden in most cases
+ (const char *)moduleName;
+ (const char **)xCmdsAndFcns;
- prepareToExecuteHandlers;
- executeHandler:(NXAtom)handlerName;

// Some helpful stuff for loading interface data and other resources
+ finishLoading:(struct mach_header *)header;
- loadInterfaceData;

// XModule Methods
- checkExpression;
- re_version;

@end

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