Phrase Explanation
fun PhraseExplanation( phraseNode: Repository.PhraseNode, childIndex: Int, siblingsCount: Int, htmlTagRuns: RunTree<List<String>>)
Content copied to clipboard
Construct a new PhraseExplanation
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.