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

visitBinInt

open fun visitBinInt(ctx: BinIntContext!): T (source)

Visit a parse tree produced by TomlParser#binInt.

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

Parameters

ctx - BinIntContext!: the parse tree

Return
T: the visitor result