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

visitSimpleKey

open fun visitSimpleKey(ctx: SimpleKeyContext!): T (source)

Visit a parse tree produced by TomlParser#simpleKey.

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

Parameters

ctx - SimpleKeyContext!: the parse tree

Return
T: the visitor result