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

visitString

open fun visitString(ctx: StringContext!): T (source)

Visit a parse tree produced by TomlParser#string.

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

Parameters

ctx - StringContext!: the parse tree

Return
T: the visitor result