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

visitUnquotedKey

abstract fun visitUnquotedKey(ctx: UnquotedKeyContext): T (source)

Visit a parse tree produced by TomlParser#unquotedKey.

Parameters

ctx - the parse tree

Return
the visitor result