Up

STScriptObject class documentation

Authors

Generated by me

Software documentation for the STScriptObject class

STScriptObject : NSObject

Declared in:
StepTalk/STScriptObject.h

Description forthcoming.

Method summary

addMethod:

- (void) addMethod: (STMethod*)aMethod;

Description forthcoming.


initWithInstanceVariableNames:

- (id) initWithInstanceVariableNames: (NSString*)names;

Description forthcoming.


instanceVariableNames

- (NSArray*) instanceVariableNames;

Description forthcoming.


methodDictionary

- (NSDictionary*) methodDictionary;

Description forthcoming.


methodNames

- (NSArray*) methodNames;

Description forthcoming.


methodWithName:

- (STMethod*) methodWithName: (NSString*)aName;

Description forthcoming.


objectForVariable:

- (id) objectForVariable: (NSString*)aName;

Description forthcoming.


removeMethod:

- (void) removeMethod: (STMethod*)aMethod;

Description forthcoming.


removeMethodWithName:

- (void) removeMethodWithName: (NSString*)aName;

Description forthcoming.


setObject:forVariable:

- (void) setObject: (id)anObject forVariable: (NSString*)aName;

Description forthcoming.



Up