quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.function.value.output.node
/
BlockNodeOutputValueVisitor
Block
Node
Output
Value
Visitor
class
BlockNodeOutputValueVisitor
(
context
:
Context
)
:
NodeOutputValueVisitor
Producer of block nodes from function output values.
Parameters
context
context of the function
See also
Node
Output
Value
Visitor
Members
Constructors
Block
Node
Output
Value
Visitor
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
visit
Link copied to clipboard
open
override
fun
visit
(
value
:
BooleanValue
)
:
Paragraph
open
override
fun
visit
(
value
:
NoneValue
)
:
Paragraph
open
override
fun
visit
(
value
:
NumberValue
)
:
Paragraph
open
override
fun
visit
(
value
:
ObjectValue
<
*
>
)
:
Paragraph
open
override
fun
visit
(
value
:
StringValue
)
:
Paragraph
open
override
fun
visit
(
value
:
DictionaryValue
<
*
>
)
:
Node
open
override
fun
visit
(
value
:
DynamicValue
)
:
Node
open
override
fun
visit
(
value
:
GeneralCollectionValue
<
*
>
)
:
MarkdownContent
open
override
fun
visit
(
value
:
NodeValue
)
:
Node
open
override
fun
visit
(
value
:
OrderedCollectionValue
<
*
>
)
:
OrderedList
open
override
fun
visit
(
value
:
PairValue
<
*
,
*
>
)
:
Node
open
override
fun
visit
(
value
:
UnorderedCollectionValue
<
*
>
)
:
UnorderedList
open
override
fun
visit
(
value
:
VoidValue
)
:
BlankNode