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

visitUnquotedKey

open fun visitUnquotedKey(ctx: UnquotedKeyContext!): T (source)

Visit a parse tree produced by TomlParser#unquotedKey.

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

Parameters

ctx - UnquotedKeyContext!: the parse tree

Return
T: the visitor result