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

visitStandardTable

open fun visitStandardTable(ctx: StandardTableContext!): T (source)

Visit a parse tree produced by TomlParser#standardTable.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - StandardTableContext!: the parse tree

Return
T: the visitor result