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

visitDateTime

open fun visitDateTime(ctx: DateTimeContext!): T (source)

Visit a parse tree produced by TomlParser#dateTime.

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

Parameters

ctx - DateTimeContext!: the parse tree

Return
T: the visitor result