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

visitYear

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.

Parameters

ctx - YearContext!: the parse tree

Return
T: the visitor result