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

visitTomlKey

open fun visitTomlKey(ctx: TomlKeyContext!): T (source)

Visit a parse tree produced by TomlParser#tomlKey.

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

Parameters

ctx - TomlKeyContext!: the parse tree

Return
T: the visitor result