open fun visitLocalTime(ctx: LocalTimeContext!): T (source)
Visit a parse tree produced by TomlParser#localTime.
The default implementation returns the result of calling #visitChildren on ctx.
ctx - LocalTimeContext!: the parse tree
Return
T: the visitor result