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