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

visitQuotedKey

abstract fun visitQuotedKey(ctx: QuotedKeyContext): T (source)

Visit a parse tree produced by TomlParser#quotedKey.

Parameters

ctx - the parse tree

Return
the visitor result