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

visitKey

open fun visitKey(ctx: KeyContext!): T (source)

Visit a parse tree produced by TomlParser#key.

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

Parameters

ctx - KeyContext!: the parse tree

Return
T: the visitor result