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

visitStandardTable

abstract fun visitStandardTable(ctx: StandardTableContext): T (source)

Visit a parse tree produced by TomlParser#standardTable.

Parameters

ctx - the parse tree

Return
the visitor result