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

visitRegularFloatInf

open fun visitRegularFloatInf(ctx: RegularFloatInfContext!): T (source)

Visit a parse tree produced by TomlParser#regularFloatInf.

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

Parameters

ctx - RegularFloatInfContext!: the parse tree

Return
T: the visitor result