o_Scan Subobjects
open override fun o_ScanSubobjects(self: AvailObject, visitor: (AvailObject) -> AvailObject)
Content copied to clipboard
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.