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

visitArrayValue

open fun visitArrayValue(ctx: ArrayValueContext!): T (source)

Visit a parse tree produced by TomlParser#arrayValue.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - ArrayValueContext!: the parse tree

Return
T: the visitor result