This is SyntaxItem.h in view mode; [Download] [Up]
// SyntaxItem.h #import <appkit/appkit.h> @interface SyntaxItem:Object { Text *regularExpression; char *regularExpressionText; Text *matchedSampleText; } - free; - read:(NXTypedStream *)stream; - write:(NXTypedStream *)stream; - getRegularExpression; - (char *)getRegularExpressionText; - getMatchedSampleText; - (void)setRegularExpression:re; - (void)setMatchedSampleText:text; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.