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

visitDecInt

open fun visitDecInt(ctx: DecIntContext!): T (source)

Visit a parse tree produced by TomlParser#decInt.

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

Parameters

ctx - DecIntContext!: the parse tree

Return
T: the visitor result