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
.
ctx
- InlineTableContext!: the parse tree
Return
T: the visitor result