open fun visitInteger(ctx: IntegerContext!): T
(source)
Visit a parse tree produced by TomlParser#integer
.
The default implementation returns the result of calling #visitChildren
on ctx
.
ctx
- IntegerContext!: the parse tree
Return
T: the visitor result