Paragraph

data class Paragraph(val sentences: List<Sentence>, val sourceRange: IntRange)

A paragraph within a TextDocument, separated from other paragraphs by blank lines.

Constructors

Link copied to clipboard
constructor(sentences: List<Sentence>, sourceRange: IntRange)

Properties

Link copied to clipboard

the ordered list of Sentences in this paragraph.

Link copied to clipboard

character offsets in the source document.