visitNumber

open fun visitNumber(ctx: PrologParser.NumberContext): T

Visit a parse tree produced by PrologParser#number.

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