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
.
ctx
- ArrayTableContext!: the parse tree
Return
T: the visitor result