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

visitTime

open fun visitTime(ctx: TimeContext!): T (source)

Visit a parse tree produced by TomlParser#time.

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

Parameters

ctx - TimeContext!: the parse tree

Return
T: the visitor result