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

visitArray

abstract fun visitArray(ctx: ArrayContext): T (source)

Visit a parse tree produced by TomlParser#array.

Parameters

ctx - the parse tree

Return
the visitor result