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