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

visitOctInt

open fun visitOctInt(ctx: OctIntContext!): T (source)

Visit a parse tree produced by TomlParser#octInt.

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

Parameters

ctx - OctIntContext!: the parse tree

Return
T: the visitor result