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

visitFloatValue

open fun visitFloatValue(ctx: FloatValueContext!): T (source)

Visit a parse tree produced by TomlParser#floatValue.

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

Parameters

ctx - FloatValueContext!: the parse tree

Return
T: the visitor result