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