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

visitFloatValue

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

Visit a parse tree produced by TomlParser#floatValue.

Parameters

ctx - FloatValueContext!: the parse tree

Return
T: the visitor result