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

visitLocalDate

open fun visitLocalDate(ctx: LocalDateContext!): T (source)

Visit a parse tree produced by TomlParser#localDate.

The default implementation returns the result of calling #visitChildren on ctx.

Parameters

ctx - LocalDateContext!: the parse tree

Return
T: the visitor result