QuotedText

data class QuotedText(val decoded: String, val quoteKind: QuoteKind) : TokenPayload

Decoded quoted content and the delimiter family that produced it.

Constructors

Link copied to clipboard
constructor(decoded: String, quoteKind: QuoteKind)

Properties

Link copied to clipboard

content after quote and escape decoding

Link copied to clipboard

original delimiter family

Functions

Link copied to clipboard
open override fun toRepresentation(): String

Returns a normalized quoted representation of decoded.