o_ChildrenDo

abstract override fun o_ChildrenDo(self: AvailObject, action: (A_Phrase) -> Unit)

Visit every phrase constituting this parse tree, invoking the passed consumer with each.

Parameters

self

The phrase to traverse.

action

The action to perform with each child phrase.