tuweni / 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 - LocalDateTimeContext!: the parse tree

Return
T: the visitor result