visitInteger

open fun visitInteger(ctx: PrologParser.IntegerContext): T

Visit a parse tree produced by PrologParser#integer.

The default implementation returns the result of calling visitChildren on {@code ctx}.