| class |
Creates a new class object.
|
| class-base-of |
Fetches the base class object of a given TOS class.
|
| class-get-name |
Fetches the name associated with a class.
|
| class-is-a |
Checks if a class object is the same as or derived from another.
|
| class-of |
Fetches the class object of a given TOS object.
|
| load-class |
Dynamically loads new TOS class from a Java library.
|
| method |
Adds a method to a previously created class.
|
| new |
Creates an instance of a previously created class.
|
| new-class |
Creates a new class object.
|
| tos-obj? |
Checks if the given value is a TOS object.
|