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

visitDate

open fun visitDate(ctx: DateContext!): T (source)

Visit a parse tree produced by TomlParser#date.

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

Parameters

ctx - DateContext!: the parse tree

Return
T: the visitor result