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

visitLocalDate

abstract fun visitLocalDate(ctx: LocalDateContext): T (source)

Visit a parse tree produced by TomlParser#localDate.

Parameters

ctx - the parse tree

Return
the visitor result