tuweni / org.apache.tuweni.toml.internal / TomlParserBaseVisitor / visitArray

visitArray

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.

Parameters

ctx - ArrayContext!: the parse tree

Return
T: the visitor result