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