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

visitEscaped

abstract fun visitEscaped(ctx: EscapedContext!): T (source)

Visit a parse tree produced by TomlParser#escaped.

Parameters

ctx - EscapedContext!: the parse tree

Return
T: the visitor result