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.
ctx - FloatValueContext!: the parse tree
Return
T: the visitor result