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

visitEscaped

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.

Parameters

ctx - EscapedContext!: the parse tree

Return
T: the visitor result