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

visitInlineTable

open fun visitInlineTable(ctx: InlineTableContext!): T (source)

Visit a parse tree produced by TomlParser#inlineTable.

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

Parameters

ctx - InlineTableContext!: the parse tree

Return
T: the visitor result