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