tuweni / 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 - QuotedKeyContext!: the parse tree

Return
T: the visitor result