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

visitTable

open fun visitTable(ctx: TableContext!): T (source)

Visit a parse tree produced by TomlParser#table.

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

Parameters

ctx - TableContext!: the parse tree

Return
T: the visitor result