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