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

visitInlineTableValues

open fun visitInlineTableValues(ctx: InlineTableValuesContext!): T (source)

Visit a parse tree produced by TomlParser#inlineTableValues.

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

Parameters

ctx - InlineTableValuesContext!: the parse tree

Return
T: the visitor result