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
.
ctx
- OctIntContext!: the parse tree
Return
T: the visitor result