open fun visitArray(ctx: ArrayContext!): T
(source)
Visit a parse tree produced by TomlParser#array
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- ArrayContext!: the parse tree
Return
T: the visitor result