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

visitBasicUnescaped

open fun visitBasicUnescaped(ctx: BasicUnescapedContext!): T (source)

Visit a parse tree produced by TomlParser#basicUnescaped.

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

Parameters

ctx - BasicUnescapedContext!: the parse tree

Return
T: the visitor result