o_ScanSubobjects

open override fun o_ScanSubobjects(self: AvailObject, visitor: (AvailObject) -> AvailObject)

Visit all of the object's object slots, passing the parent and child objects to the provided visitor.

Parameters

self

The object to scan.

visitor

The visitor to invoke.