tuweni / org.apache.tuweni.toml.internal / TomlParserBaseVisitor / visitMlBasicUnescaped

visitMlBasicUnescaped

open fun visitMlBasicUnescaped(ctx: MlBasicUnescapedContext!): T (source)

Visit a parse tree produced by TomlParser#mlBasicUnescaped.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - MlBasicUnescapedContext!: the parse tree

Return
T: the visitor result