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