Up

STSelector class documentation

Authors

Generated by Debian

Date: Generated at 2025-05-08 22:26:08 +0000

Software documentation for the STSelector class

STSelector : NSObject

class_STSelector NSObject NSObject STSelector STSelector NSObject->STSelector
Declared in:
StepTalk/STSelector.h
Description forthcoming.

Instance Variables

Method summary


initWithName: 

- (id) initWithName: (NSString*)aString;
Description forthcoming.

initWithSelector: 

- (id) initWithSelector: (SEL)aSel;
Description forthcoming.

selectorName 

- (NSString*) selectorName;
Description forthcoming.

selectorValue 

- (SEL) selectorValue;
Description forthcoming.



Instance Variables for STSelector Class

sel

@protected SEL sel;
Description forthcoming.

selectorName

@protected NSString* selectorName;
Description forthcoming.





Up