o_Children Do
open override fun o_ChildrenDo(self: AvailObject, action: (A_Phrase) -> Unit)
Content copied to clipboard
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.