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