tuweni / 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 - InlineTableContext!: the parse tree

Return
T: the visitor result