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

visitHour

open fun visitHour(ctx: HourContext!): T (source)

Visit a parse tree produced by TomlParser#hour.

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

Parameters

ctx - HourContext!: the parse tree

Return
T: the visitor result