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

visitSecondFraction

open fun visitSecondFraction(ctx: SecondFractionContext!): T (source)

Visit a parse tree produced by TomlParser#secondFraction.

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

Parameters

ctx - SecondFractionContext!: the parse tree

Return
T: the visitor result