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

visitToml

open fun visitToml(ctx: TomlContext!): T (source)

Visit a parse tree produced by TomlParser#toml.

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

Parameters

ctx - TomlContext!: the parse tree

Return
T: the visitor result