abstract fun visitTomlKey(ctx: TomlKeyContext!): T
Visit a parse tree produced by TomlParser#tomlKey.
TomlParser#tomlKey
ctx - TomlKeyContext!: the parse tree
ctx
Return T: the visitor result