Method |
Description |
|
Define ( ) : STMethodBuilder |
|
|
Define ( STObject symObj ) : STMethodPrototype |
|
|
DefineWith ( STObject symObj, STObject blockObj ) : STCompiledMethod |
|
|
GetSuperclass ( ) : STClassDescription |
|
|
HandleDoesNotUnderstand ( STMessage msg ) : STObject |
|
|
STClass ( ) : System |
|
|
STClass ( Type type, string name ) : System |
|
|
Subclass ( STSymbol name ) : STClass |
|
|
SubclassNamespace ( STSymbol name, STObject nsObj ) : STClass |
|
|
SubclassNamespaceWith ( STSymbol name, STObject nsObj, STBlock blockObj ) : STClass |
|
|
ToString ( ) : string |
|
|
With ( STBlock block ) : void |
|
|