Next: Metaclass-filing, Previous: Metaclass-compiling methods, Up: Metaclass [Index]
Add a class variable with the given name to the class pool dictionary
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 shared pools visible from methods in the metaclass, in the correct search order.
Return the names of the shared pools defined by the class and any of its superclasses
Answer the class category
Answer the class pool dictionary
Answer the names of the variables in the class pool dictionary
Answer the class comment
Answer the debugger class that was set in the instance class
Answer the namespace in which the receiver is implemented
Answer the class name - it has none, actually
Answer the (possibly inherited) registered handler for pragma aSymbol, or nil if not found.
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
Next: Metaclass-filing, Previous: Metaclass-compiling methods, Up: Metaclass [Index]