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

visitLocalDateTime

abstract fun visitLocalDateTime(ctx: LocalDateTimeContext): T (source)

Visit a parse tree produced by TomlParser#localDateTime.

Parameters

ctx - the parse tree

Return
the visitor result