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

visitRegularFloatNaN

open fun visitRegularFloatNaN(ctx: RegularFloatNaNContext!): T (source)

Visit a parse tree produced by TomlParser#regularFloatNaN.

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

Parameters

ctx - RegularFloatNaNContext!: the parse tree

Return
T: the visitor result