tuweni / org.apache.tuweni.toml.internal / TomlParserBaseVisitor / visitLocalDateTime

visitLocalDateTime

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.

Parameters

ctx - LocalDateTimeContext!: the parse tree

Return
T: the visitor result