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

visitDateTime

abstract fun visitDateTime(ctx: DateTimeContext): T (source)

Visit a parse tree produced by TomlParser#dateTime.

Parameters

ctx - the parse tree

Return
the visitor result