open fun visitKeyval(ctx: KeyvalContext!): T (source)
Visit a parse tree produced by TomlParser#keyval.
The default implementation returns the result of calling #visitChildren on ctx.
ctx - KeyvalContext!: the parse tree
Return
T: the visitor result