StylePartNamed

data class StylePartNamed(val names: ImmutableSet<CharSequence>, val data: MessagePart) : StylePart

Style part that has name(s). Data is separated by ":"

Constructors

Link copied to clipboard
constructor(names: ImmutableSet<CharSequence>, data: MessagePart)

Properties

Link copied to clipboard
Link copied to clipboard
open override val maxParameterIndex: Int

returns the max used parameter index in the message. "-1" if there is no parameter

Link copied to clipboard
val names: ImmutableSet<CharSequence>

Functions

Link copied to clipboard

Searches the first StylePartSimple, if not found takes the fist named.