korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-template
/
korlibs.template
/
KorteBlock
/
Companion
Companion
object
Companion
Members
Types
Parse
Link copied to clipboard
class
Parse
(
val
tokens
:
List
<
KorteToken
>
,
val
parseContext
:
KorteTemplate.ParseContext
)
Functions
group
Link copied to clipboard
fun
group
(
children
:
List
<
KorteBlock
>
)
:
KorteBlock
parse
Link copied to clipboard
suspend
fun
parse
(
tokens
:
List
<
KorteToken
>
,
parseContext
:
KorteTemplate.ParseContext
)
:
KorteBlock