Plain

open class Plain(val printer: MessagePrinter, val options: Map<String, String>) : AbstractVisualizer(source)

Inheritors

Constructors

Link copied to clipboard
constructor(printer: MessagePrinter, options: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stacks: <Error class: unknown class>
Link copied to clipboard
val width: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun abortStep(step: AbstractStep, ex: Exception)
Link copied to clipboard
protected fun boolean(key: String, value: String): Boolean
Link copied to clipboard
open override fun endStep(step: AbstractStep)
Link copied to clipboard
protected open fun extra(step: AbstractStep): String
Link copied to clipboard
protected open fun name(step: AbstractStep): String
Link copied to clipboard
open override fun sendDocument(from: Pair<AbstractStep, String>, to: Pair<Consumer, String>, document: XProcDocument): XProcDocument
Link copied to clipboard
open override fun showDocument(step: AbstractStep, port: String, depth: Int, document: XProcDocument)
Link copied to clipboard
open override fun showEnd(step: AbstractStep, depth: Int)
Link copied to clipboard
open override fun showStart(step: AbstractStep, depth: Int)
Link copied to clipboard
open override fun startStep(step: AbstractStep)