Paragraph

data class Paragraph(val text: String) : ReportNode(source)

A free-form paragraph of text.

Parameters

text

the paragraph content

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun accept(visitor: ReportVisitor)

Double-dispatch entry point — each node calls the appropriate visitor method.