o_ChildrenMap

open override fun o_ChildrenMap(self: AvailObject, transformer: (A_Phrase) -> A_Phrase)

Visit and transform the direct descendants of this phrase. Map this phrase's children through the (destructive) transformation specified by aBlock, assigning them back into my slots.

Parameters

self

The phrase to transform.

transformer

The transformer through which to recursively map the phrase.