Next: Class-filing, Previous: Class class-initialize, Up: Class [Index]
Add a class variable with the given name to the class pool dictionary.
Add a class variable with the given name to the class pool dictionary, and evaluate valueBlock as its initializer.
Add the given shared pool to the list of the class’ pool dictionaries
Answer the names of the variables in the receiver’s class pool dictionary and in each of the superclasses’ class pool dictionaries
Answer the variable binding for the class variable with the given name
Answer the class category
Change the class category to aString
Answer the class pool dictionary
Return the pragmas that are written in the file-out of this class.
Answer the names of the variables in the class pool dictionary
Answer the class comment
Change the class name
Answer ‘environment’.
Set the receiver’s environment to aNamespace and recompile everything
redefined in children (?)
Perform special initialization reserved to root classes.
Answer the class name
Removes the class variable from the class, error if not present, or still in use.
Remove the given dictionary to the list of the class’ pool dictionaries
Return the names of the shared pools defined by the class
Set the receiver’s superclass.
Next: Class-filing, Previous: Class class-initialize, Up: Class [Index]