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

visitVal

open fun visitVal(ctx: ValContext!): T (source)

Visit a parse tree produced by TomlParser#val.

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

Parameters

ctx - ValContext!: the parse tree

Return
T: the visitor result