KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.utilities.io.report.visitor
/
ReportVisitor
/
visit
visit
abstract
fun
visit
(
node
:
ReportNode.Heading
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.Paragraph
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.StatPropertyTable
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.StatTable
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.WeightedStatPropertyTable
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.WeightedStatTable
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.DataTable
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.PlotNode
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.RawText
)
(
source
)
abstract
fun
visit
(
node
:
ReportNode.PageBreak
)
(
source
)