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