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