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

visitQuotedKey

open fun visitQuotedKey(ctx: QuotedKeyContext!): T (source)

Visit a parse tree produced by TomlParser#quotedKey.

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

Parameters

ctx - QuotedKeyContext!: the parse tree

Return
T: the visitor result