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