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
/
NodeOutputValueVisitor
Node
Output
Value
Visitor
abstract
class
NodeOutputValueVisitor
:
OutputValueVisitor
<
Node
>
Producer of a
Node
output, ready to append to the AST, from a generic function output.
See also
Function
Call
Node
Expander
Block
Node
Output
Value
Visitor
Inline
Node
Output
Value
Visitor
Inheritors
BlockNodeOutputValueVisitor
InlineNodeOutputValueVisitor
Members
Constructors
Node
Output
Value
Visitor
Link copied to clipboard
constructor
(
)
Functions
visit
Link copied to clipboard
abstract
fun
visit
(
value
:
BooleanValue
)
:
Node
abstract
fun
visit
(
value
:
NoneValue
)
:
Node
abstract
fun
visit
(
value
:
NumberValue
)
:
Node
abstract
fun
visit
(
value
:
ObjectValue
<
*
>
)
:
Node
abstract
fun
visit
(
value
:
StringValue
)
:
Node
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