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

visitTable

abstract fun visitTable(ctx: TableContext): T (source)

Visit a parse tree produced by TomlParser#table.

Parameters

ctx - the parse tree

Return
the visitor result