Next: Behavior-evaluating, Previous: Behavior-creating a class hierarchy, Up: Behavior [Index]
Invokes aBlock for all instances of the receiver
Invokes aBlock for all subclasses, both direct and indirect.
Invokes aBlock for all instances of each of the receiver’s subclasses.
Invokes aBlock for all superclasses, both direct and indirect.
Return a Set of subclasses of the receiver satisfying aBlock.
Return a Set of superclasses of the receiver satisfying aBlock.
Invokes aBlock for all direct subclasses.
Invokes aBlock for the receiver and all subclasses, both direct and indirect.
Invokes aBlock for the receiver and all superclasses, both direct and indirect.