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

Return
T: the visitor result