Next: ObjectDumper, Previous: Number, Up: Base classes [Index]
I am the root of the Smalltalk class system. All classes in the system are subclasses of me.
• Object class-initialization: | (class) | |
• Object-built ins: | (instance) | |
• Object-change and update: | (instance) | |
• Object-class type methods: | (instance) | |
• Object-compiler: | (instance) | |
• Object-conversion: | (instance) | |
• Object-copying: | (instance) | |
• Object-debugging: | (instance) | |
• Object-dependents access: | (instance) | |
• Object-error raising: | (instance) | |
• Object-finalization: | (instance) | |
• Object-introspection: | (instance) | |
• Object-printing: | (instance) | |
• Object-relational operators: | (instance) | |
• Object-saving and loading: | (instance) | |
• Object-storing: | (instance) | |
• Object-syntax shortcuts: | (instance) | |
• Object-testing functionality: | (instance) | |
• Object-VM callbacks: | (instance) |