phraseNodesDo

fun phraseNodesDo(action: (Repository.PhraseNode) -> Unit)

For each PhraseNode in this module, working top-down, invoke the action with that PhraseNode.

Parameters

action

What to do with each PhraseNode.