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

Return
T: the visitor result