Phrase Path Record
class PhrasePathRecord(val rootTrees: MutableList<Repository.PhraseNode> = mutableListOf())
Content copied to clipboard
Information for efficiently navigating from any position in a module's source to the hierarchy of A_Phrases containing that position.
Constructors
Link copied to clipboard
fun PhrasePathRecord(rootTrees: MutableList<Repository.PhraseNode> = mutableListOf())
Content copied to clipboard
Construct an instance from an optional list of PhraseNodes.
Functions
Link copied to clipboard
For each PhraseNode in this module, working top-down, invoke the action with that PhraseNode.
Properties
Link copied to clipboard
The PhraseNodes representing the sequence of top-level phrases of the module.