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

visitHexInt

open fun visitHexInt(ctx: HexIntContext!): T (source)

Visit a parse tree produced by TomlParser#hexInt.

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

Parameters

ctx - HexIntContext!: the parse tree

Return
T: the visitor result