Programmer's Reference

Enumeration

allMethodsDo:, methodsDo:, allSubclassesBreadthFirstDo:, allSubclassesDepthFirstDo:, allSubclassesDo:, allSuperclassesDo:, withAllSubclassesBreadthFirstDo:, withAllSubclassesDepthFirstDo:, withAllSubclassesDo:, withAllSuperclassesDo:

Note:
The Blue Book defines only the messages allSubclassesDo: and allSuperclassesDo:. These messages do not provide any control over the order in which classes are traversed, which is important for some applications. The messages prefixed by with include the receiver class in the classes that are being enumerated.
Porting tip:
None of these messages are supported in Smalltalk/V. Objectworks\Smalltalk supports only allSubclassesDo:.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]