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