toml / org.apache.tuweni.toml.internal / TomlParserVisitor / visitInlineTable

visitInlineTable

abstract fun visitInlineTable(ctx: InlineTableContext): T (source)

Visit a parse tree produced by TomlParser#inlineTable.

Parameters

ctx - the parse tree

Return
the visitor result