Phrase Explanation
data class PhraseExplanation(val phraseNode: PhrasePathRecord.PhraseNode, val childIndex: Int, val siblingsCount: Int, val htmlTagRuns: RunTree<List<String>>)
An entry in the phraseStructureList that shows a send phrase's bundle name and an indication of where within that name the subphrase below it occurs.
Parameters
phrase Node
The PhraseNode that this is based on.
child Index
My zero-based index within my parents' children, or -1 if I am a root phrase.
siblings Count
The number of children that my parent has, including me.
html Tag Runs
A RunTree of SystemStyles that indicate how to highlight the method name.
Constructors
Link copied to clipboard
constructor(phraseNode: PhrasePathRecord.PhraseNode, childIndex: Int, siblingsCount: Int, htmlTagRuns: RunTree<List<String>>)
Construct a new PhraseExplanation