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

visitArrayTable

open fun visitArrayTable(ctx: ArrayTableContext!): T (source)

Visit a parse tree produced by TomlParser#arrayTable.

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

Parameters

ctx - ArrayTableContext!: the parse tree

Return
T: the visitor result