visitTerm

open fun visitTerm(ctx: PrologParser.TermContext): T

Visit a parse tree produced by PrologParser#term.

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