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

visitString

abstract fun visitString(ctx: StringContext): T (source)

Visit a parse tree produced by TomlParser#string.

Parameters

ctx - the parse tree

Return
the visitor result