open fun visitHourOffset(ctx: HourOffsetContext!): T
(source)
Visit a parse tree produced by TomlParser#hourOffset
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- HourOffsetContext!: the parse tree
Return
T: the visitor result