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