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

visitMonth

open fun visitMonth(ctx: MonthContext!): T (source)

Visit a parse tree produced by TomlParser#month.

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

Parameters

ctx - MonthContext!: the parse tree

Return
T: the visitor result