abstract fun visitArray(ctx: ArrayContext!): T
Visit a parse tree produced by TomlParser#array.
TomlParser#array
ctx - ArrayContext!: the parse tree
ctx
Return T: the visitor result