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

visitSimpleKey

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

Visit a parse tree produced by TomlParser#simpleKey.

Parameters

ctx - SimpleKeyContext!: the parse tree

Return
T: the visitor result