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
.
ctx
- HourContext!: the parse tree
Return
T: the visitor result