abstract fun visitKey(ctx: KeyContext!): T
Visit a parse tree produced by TomlParser#key.
TomlParser#key
ctx - KeyContext!: the parse tree
ctx
Return T: the visitor result