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