abstract fun visitArrayValue(ctx: ArrayValueContext!): T
Visit a parse tree produced by TomlParser#arrayValue.
TomlParser#arrayValue
ctx - ArrayValueContext!: the parse tree
ctx
Return T: the visitor result