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

visitSimpleKey

abstract fun visitSimpleKey(ctx: SimpleKeyContext): T (source)

Visit a parse tree produced by TomlParser#simpleKey.

Parameters

ctx - the parse tree

Return
the visitor result