open fun visitRegularFloat(ctx: RegularFloatContext!): T
(source)
Visit a parse tree produced by TomlParser#regularFloat
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- RegularFloatContext!: the parse tree
Return
T: the visitor result