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

visitArrayTable

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

Visit a parse tree produced by TomlParser#arrayTable.

Parameters

ctx - ArrayTableContext!: the parse tree

Return
T: the visitor result