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

visitSecond

open fun visitSecond(ctx: SecondContext!): T (source)

Visit a parse tree produced by TomlParser#second.

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

Parameters

ctx - SecondContext!: the parse tree

Return
T: the visitor result