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

visitTomlKey

abstract fun visitTomlKey(ctx: TomlKeyContext): T (source)

Visit a parse tree produced by TomlParser#tomlKey.

Parameters

ctx - the parse tree

Return
the visitor result