Token Style
data class TokenStyle(val phraseNode: Repository.PhraseNode, val tokenIndexInName: Int)
Content copied to clipboard
A TokenStyle contains information about which PhraseNode is applicable for a span of source having this invisible style (under the PhraseNodeAttributeKey), as well as which of the phrase's atom's MessageSplitter parts occurred in this span of the source.
Constructors
Properties
Link copied to clipboard
The PhraseNode that this invisible style represents.