Next: AbstractNamespace-compiling, Previous: AbstractNamespace class-instance creation, Up: AbstractNamespace [Index]
Answer a Dictionary with all of the associations in the receiver and each of its superspaces (duplicate keys are associated to the associations that are deeper in the namespace hierarchy)
Evaluate aBlock once for each class and metaclass in the namespace.
Evaluate aBlock once for each class and metaclass in the namespace.
Evaluate aBlock once for each class in the namespace.
Evaluate aBlock once for each metaclass in the namespace.
Answer the value corrisponding to aKey if it is a class. Fail if either aKey is not found or it is associated to something different from a class.
Answer the value corrisponding to aKey if it is a class. Evaluate aBlock and answer its result if either aKey is not found or it is associated to something different from a class.