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

Return
T: the visitor result