visitVariable

open fun visitVariable(ctx: PrologParser.VariableContext): T

Visit a parse tree produced by PrologParser#variable.

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